Which syntax is used to show all the databases?

10. Which syntax is used to show all the databases?

  1. USE DATABASES;
  2. SELECT DATABASES;
  3. SHOW DATABASES;
  4. None of the above

Answer: C) SHOW DATABASES;

Explanation:

SHOW DATABASES; syntax is used to show all the databases.

Comments and Discussions!

Load comments ↻






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