Write a Query to create a Table with the following structure. (Table name: Product)
Attachments:
Answers
Answered by
0
It goes like:
Create table Product (PID char (4), Pname VarChar (20), Description Varchar (40), Price Decimal );
Similar questions
Science,
3 months ago
English,
3 months ago
Computer Science,
8 months ago
English,
1 year ago
English,
1 year ago