To create a table which of the following method is used?

31. To create a table which of the following method is used?

  1. Db.create()
  2. Db.table()
  3. Db.new_table()

Answer: B) Db.table()

Explanation:

To create a table, db.table() is used

Comments and Discussions!

Load comments ↻






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