Computer Science, asked by Anonymous, 5 months ago

Write a Query to create a Table with the following structure. (Table name: Product)

Attachments:

Answers

Answered by allysia
0

It goes like:

Create table Product (PID char (4), Pname VarChar (20), Description Varchar (40), Price Decimal );

Similar questions