Computer Science, asked by sks2211978, 1 day ago

Write SQL Command to create following table. ​

Attachments:

Answers

Answered by newcontactnb
0

Answer:

Answers

Explanation:

create table Student_details(ROLL number(10) primary key,

NAME varchar2(10),

CLASS number(10),

CONTACTNO number(20));

Similar questions