What is the syntax of SQLite Date Expressions?

150. What is the syntax of SQLite Date Expressions?

  1. SELECT TIMESTAMP;
  2. SELECT CURRENT;
  3. SELECT DATETIME;
  4. SELECT CURRENT_TIMESTAMP;

Answer: D) SELECT CURRENT_TIMESTAMP;

Explanation:

The syntax of SQLite Date Expressions is:

SELECT CURRENT_TIMESTAMP;

Comments and Discussions!

Load comments ↻






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