Which of the following method returns the list of all existing databases?

22. Which of the following method returns the list of all existing databases?

  1. db._databases()
  2. db._databaseslist()
  3. db._list()
  4. db._listdb()

Answer: A) db._databases()

Explanation:

db._databases() method returns the list of all existing databases.

Comments and Discussions!

Load comments ↻






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