Computer Science, asked by yashasvipan, 2 months ago

a. suggest suitable data type for various fields in the table 'emp'?
b.what is the default size for the text data type?
c.suggest the field from above that can be set as the primary key.
d.which view would you use to enter more records in the table?​

Attachments:

Answers

Answered by divyanshgswsc30
4

Answer:

A. E ID -- CHAR OR INTEGER

   E NAME ---- VARCHAR

   DEPT ID ---- INTEGER

   SALARY ---  CHAR OR INTEGER

   D NAME --- VARCHAR

   D LOCATION --- VARCHAR

B.  2048 BYTES

C. EMPLOYEE ID

D. DATASHEET VIEW

PLS MARK ME THE BRAINLIAST ANSWER.

Similar questions