Зміст курсу
Introduction to .NET with C#
Introduction to .NET with C#
Task - Using INSERT
In the last task, we created a table that stores the products of a grocery store. They contact you again to fix the previous table making sure that the id
of each item in the products table is unique. They also want you to insert the following data into the table:
Your task is to:
- Create a new table called
store
and, this time, make theid
column a primary key and set it to automatically increment; - Insert the data given in the
groceryItemsData
array into the new table.
Дякуємо за ваш відгук!