Question
MICROSOFT SQL Server Management Studio 2018 I have a question for #4. Also, where exactly do I insert the data? Contoso would like for you
MICROSOFT SQL Server Management Studio 2018
I have a question for #4.
Also, where exactly do I insert the data?
Contoso would like for you to implement a database that will track products, product categories, suppliers, and current product inventory for a cookware supply store. You have been given a database specification that includes table requirements and sample data for the test environment. The design calls for four tables to be created: Inventory, Product, ProductCategory, and Supplier. Tables 5-5 through 5-10 contain the column names, data types, constraints, and keys that must be implemented for each table. Tables 5-11 through 5-14 contain the sample data that you will need to insert into each table for testing. Use Query Editor throughout this exercise, and document each step by taking a screen shot of the Query Editor window after executing the SQL command to show that it completed successfully.
QUESTION: 4. Use the INSERT statement to add the sample rows to the tables. Use the column default for the ModifiedOn column.
This is what I have.
These are the tables with the data.
File Edit View Project Tools Window Help New Query Execute 4299-6 NDX' XNLA DAY P2 DHX P Productinformation + - HA Object Explorer - IX SQL Query1.sql - SQL...n (CS\lgarcia (56)) + X Connect USE [Product Information] GO Databases System Databases INSERT INTO [dbo].[Product] Database Snapshots ([ProductId] HandsOnOne [ProductCategoryId] Productinformation [SupplierId] Database Diagrams [Description] [color] Tables [UnitPrice] System Tables [Modifiedon]) FileTables VALUES External Tables (Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started