If you want to get the last executed query then which of the following DB class methods you will use?

40. If you want to get the last executed query then which of the following DB class methods you will use?

  1. Previous_query
  2. Last
  3. Last_query

Answer: C) Last_query

Explanation:

The last_query method is used to get the last executed query.

Comments and Discussions!

Load comments ↻






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