SQL ___ can be used to delete or drop existing databases in a SQL schema

3. SQL ___ can be used to delete or drop existing databases in a SQL schema.

  1. CREATE DATABASE
  2. RENAME DATABASE
  3. DROP DATABASE
  4. SELECT DATABASE

Answer: C) DROP DATABASE

Explanation:

SQL DROP DATABASE can be used to delete or drop existing databases in a SQL schema.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.