Computer Science, asked by arunasaranu, 2 months ago

write the SQL command to create a database name student​

Answers

Answered by SnehethaKrishna
0

Explanation:

.

...

SQL CREATE TABLE

create table "tablename"

("column1" "data type",

"column2" "data type",

"column3" "data type",

...

"columnN" "data type");

Similar questions