Q. Which function is used to return a handle to the database?

  • (A) preparedatabase()
  • (B) showdoccount()
  • (C) executesql()
  • (D) opendatabase()
πŸ’¬ Discuss
βœ… Correct Answer: (A) preparedatabase()
Explanation: preparedatabase() function is used to return a handle to database. it is necessary to first create the database. showdoccount() shows the real work after creating the database. syntax of calling a javascript function is: function preparedatabase(ready, error).

Explanation by: Mr. Dubey
preparedatabase() function is used to return a handle to database. it is necessary to first create the database. showdoccount() shows the real work after creating the database. syntax of calling a javascript function is: function preparedatabase(ready, error).

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
466
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
95%
Success Rate