write the sql commands for the following: a) to create a new database named as company b) to open an existing database school
Answers
Answered by
4
Explanation:
- A) CREATE DATABASE COMPANY;
- A) CREATE DATABASE COMPANY;B) USE SCHOOL;
HOPE HELP..
THANKS OR MARK IT AS BRAINLIST DEAR...
Answered by
2
Answer:
Hi..
Explanation:
To create new database the statement will be:
create name ;
Here name represents the name of the database which you want to create...
To open an existing database item he statement will be:
Use name;
Here name represents the name of the created database...
Hope it helps you...
Similar questions