Computer Science, asked by simran1717, 9 months ago

Write the syntax to create and delete the database?​

Answers

Answered by Itzvaibhav007
0

Answer:

The CREATE DATABASE statement is used to create a new database in SQL. Syntax: CREATE DATABASE database_name; database_name: name of the database.

Similar questions