Which of the following clause cannot be used in SQL sub queries?

4. Which of the following clause cannot be used in SQL sub queries?

  1. GROUP BY
  2. ORDER BY
  3. DELETE
  4. FROM

Answer: B) ORDER BY

Explanation:

ORDER BY clause cannot be used in SQL sub queries.

Comments and Discussions!

Load comments ↻






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