how to make DBMS above table???
Attachments:
Answers
Answered by
1
CREATE DATABASE sport;
CREATE TABLE table_name (
column_name column_type,
column_name column_type,
);
Answered by
1
CREATE DATABASE sport;
CREATE TABLE table_name(
column_name column_type;
column_name column_type;
);
Similar questions
Geography,
22 days ago
Geography,
1 month ago
Social Sciences,
1 month ago
Math,
9 months ago
Hindi,
9 months ago