How do I populate values in my table I created for time? Quarter , Month, Year | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I populate values in my table I created for time? Quarter , Month, Year

I created a table with fields OrderDate, OrderQiantity, Quarter, Month, and Year. I am not sure how to insert values in this table.

2nd Aug 2022, 5:47 PM
Knowledge Is Power
Knowledge Is Power - avatar
1 Answer
0
INSERT INTO (your table name) values (OrderDate, OrderQuantity, Month, Year) Note: your table name don't need to be in parentheses, I did that cause I don't know the name.
23rd Aug 2022, 10:20 AM
Bamisile Tolulope
Bamisile Tolulope - avatar