Computer Science, asked by sayaniroy000, 4 months ago

a. Write the Query to create a STUDENT CLASS X table with following Columns name

and also Suggest the Data Types and size of each one:

Column Name Data Type Size

RollNo

Name

Address

Date_of_Birth​

Answers

Answered by anushka070603
6

Answer:

hi,

Explanation:

create table STUDENTCLASSX ( Rollno integer (11) , Name char (20) , address varchar (20 ) , date_of_birth date);

____________________________

:)

Similar questions