In order to execute a query in Web SQL, which function is used?

29. In order to execute a query in Web SQL, which function is used?

  1. open()
  2. translate()
  3. transaction()
  4. execute()

Answer: C) transaction()

Explanation:

In order to execute a query in Web SQL, db.transaction() is used.

Comments and Discussions!

Load comments ↻






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