QuestionJune 10, 2025

Enter the SQL command to add the database named COLLEGE. Write the name of the SQL commands in upper cases. typeyouranswer

Enter the SQL command to add the database named COLLEGE. Write the name of the SQL commands in upper cases. typeyouranswer
Enter the SQL command to add the database named COLLEGE. Write the name of the SQL commands in upper cases.
typeyouranswer

Solution
4.4(274 votes)

Answer

CREATE DATABASE COLLEGE; Explanation 1. Use CREATE DATABASE Command The SQL command to add a database is **CREATE DATABASE** followed by the name of the database.

Explanation

1. Use CREATE DATABASE Command<br /> The SQL command to add a database is **CREATE DATABASE** followed by the name of the database.
Click to rate:

Similar Questions