Multiple choice technology platforms and products

The criteria that you specify in a PeopleSoft Query are equivalent to which clause in SQL?

  1. a. FROM

  2. b. WHERE

  3. c. GET

  4. d. SELECT

  5. e. IMPORT

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In PeopleSoft Query, when you specify criteria to filter records, it translates to the WHERE clause in SQL. The WHERE clause filters rows based on conditions, which is exactly what query criteria do. SELECT specifies columns, FROM specifies tables, and WHERE is for filtering conditions.