Computer Science, asked by aditivats13, 7 months ago

please answer it's urgent
I will mark brainliest answer​

Attachments:

Answers

Answered by Anonymous
3

#create a table student:

syntax:

create table student

(

S_Id integer(2) [primary key],

S_Name varchar(30),

contact integer(10),

address varchar(30),

stream char(10)

);

#question//

degree - 5

S_id is a primary key.

Similar questions