Which of the following method Return the database name?

21. Which of the following method Return the database name?

  1. db._name_of_db()
  2. db._name()
  3. db._database_name()

Answer: B) db._name()

Explanation:

db.name() method Returns the database name.

Comments and Discussions!

Load comments ↻






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