Computer Science, asked by aggarwalsiddhi4, 8 months ago

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 bdeepti14698
4

Explanation:

  • A) CREATE DATABASE COMPANY;
  • A) CREATE DATABASE COMPANY;B) USE SCHOOL;

HOPE HELP..

THANKS OR MARK IT AS BRAINLIST DEAR...

Answered by Anonymous
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