In Oracle, the statement used to retrieve all the data from the job table, would be which of the
following?
A) From Select job B) From job Select
C) Select job From D) Select From job
Question 2
SQL implements selection, projection, and joining operations using which of the following?
A) SQL statement B) From keyword
C) Select statement D) Retrieval statement