Computer Science, asked by nitesh2k18, 1 year ago

plz give answer of this question

Attachments:

Answers

Answered by Anonymous
1

Hi,

Suggest the data types of fields in the table

ItemNo = INT

Item_name = VARCHAR

Quantity = INT

Price = INT

Discount = INT

Item description = VARCHAR

Which field should be made the primary key of the table?

ItemNo should be made the primary key of the table because it's unique.

Similar questions