-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
This app will need a single table database to store products. We will create this as a .sql script that creates the database and the Products table within it. Add the .sql script to the solution. Once this is created update README Instructions to explain how to run the script and set the connection string
Product should contain
- ProductId : int (Primary key and Identify/auto incrementing)
- Name : varchar (Ensure this is unique)
- Price : decimal/numeric
Add 3 rows of sample products in the script for testing purposes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels