Computer Science, asked by sushmatyagisushmatya, 1 year ago

write SQL queries for creat database test​

Answers

Answered by Anonymous
3

 \huge \mathbb \pink </p><p>{♡Answer♡:-}

The following example creates a table called "Persons" that contains five columns: PersonID, LastName, FirstName, Address, and City:

The following SQL statement creates a database called "testDB":

&lt;marquee&gt;♥mark as brainliest..✌♥&lt;/marquee&gt;

Answered by allysia
1

Answer:

Use this:

CREATE DATABASE database_name:

Explanation:

  • Create command is used to create tables as well as databases.
Similar questions