Computer Science, asked by smnsmn8247, 10 months ago

Write the query to active a database name Hospital.

Answers

Answered by Zisha7
1

Answer:

Structured Query Language, which is simply known as SQL, is the programming language that developers use to communicate with database systems. ... Database developers use SQL to write code that efficiently queries databases; they can also modify the structure of databases using SQL programs.

Answered by gyanranjan65
7

Explanation:

MySQL>use database hospital;

is the query

Similar questions