Skip to content

Set up SQL Server database for products #1

@logprogrammer92

Description

@logprogrammer92

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions