Computer Science, asked by bright23, 4 hours ago

Suppose a table named STUDENT has the following attributes :

Rollno , name , address , bldgrp , marks

Choose a suitable primary key for the table. Also mention the data

type of it.​

Answers

Answered by anandankanand
0

Answer:

create table student ( rollno number primary key, name text, address text, bldgrp text, marks number)

Similar questions