This topic contains a solution. Click here to go to the answer

Author Question: For subqueries, which of the following statements is correct? A) Inner queries execute last and ... (Read 73 times)

erika

  • Hero Member
  • *****
  • Posts: 522
For subqueries, which of the following statements is correct?
 
  A) Inner queries execute last and outer queries execute first
  B) Inner queries execute independently of outer queries
  C) Inner queries execute at the same time as outer queries
  D) Inner queries execute first and outer queries execute last

Question 2

In Oracle, the statement used to display employee and client names together with all of the job
  dates, sorted from earliest to latest, would be which one of the following?
 
  A) Select employee.name, client.name, job.date From employee, client, job Order by job.date
  B) Select employee.name, client.name, job.date From employee, client, job Where client.email
  = employee.ssn And employee.ssn = job.jobid Order by job.date
  C) Select employee.name, client.name, job.date From Where client.email = job.email And
  employee.ssn = job.ssn Order by job.date
  D) Select employee.name, client.name, job.date From employee Inner Join (client Inner Join
  job On client.email = job.jobid) On employee.ssn = job.jobid Order by job.date



Related Topics

Need homework help now?

Ask unlimited questions for free

Ask a Question
Marked as best answer by a Subject Expert

Athena23

  • Sr. Member
  • ****
  • Posts: 305
Answer to Question 1

D

Answer to Question 2

C




erika

  • Member
  • Posts: 522
Reply 2 on: Jul 7, 2018
Gracias!


ghepp

  • Member
  • Posts: 361
Reply 3 on: Yesterday
Wow, this really help

 

Did you know?

Adult head lice are gray, about ? inch long, and often have a tiny dot on their backs. A female can lay between 50 and 150 eggs within the several weeks that she is alive. They feed on human blood.

Did you know?

On average, the stomach produces 2 L of hydrochloric acid per day.

Did you know?

Aspirin may benefit 11 different cancers, including those of the colon, pancreas, lungs, prostate, breasts, and leukemia.

Did you know?

Intradermal injections are somewhat difficult to correctly administer because the skin layers are so thin that it is easy to accidentally punch through to the deeper subcutaneous layer.

Did you know?

In 1885, the Lloyd Manufacturing Company of Albany, New York, promoted and sold "Cocaine Toothache Drops" at 15 cents per bottle! In 1914, the Harrison Narcotic Act brought the sale and distribution of this drug under federal control.

For a complete list of videos, visit our video library