Computer Science, asked by kavitakosi, 5 months ago

The structure of a table "Employee" is given below. Suggest suitable data type and size of each column.
Column name Type Size
EmpCode _ _
EmpName _ _
Salary _ _
Design _ _​

Answers

Answered by Anonymous
8

Answer:

hello,

Explanation:

Column name -Data Type- Size

EmpCode -integer-11

EmpName-char-20

Salary-float -(10,4)

Design-varchar-20

hope it helps you

please mark brainliest

@ItzSnowySecret07

Similar questions