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 33 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!


dawsa925

  • Member
  • Posts: 326
Reply 3 on: Yesterday
:D TYSM

 

Did you know?

After a vasectomy, it takes about 12 ejaculations to clear out sperm that were already beyond the blocked area.

Did you know?

Chronic marijuana use can damage the white blood cells and reduce the immune system's ability to respond to disease by as much as 40%. Without a strong immune system, the body is vulnerable to all kinds of degenerative and infectious diseases.

Did you know?

The highest suicide rate in the United States is among people ages 65 years and older. Almost 15% of people in this age group commit suicide every year.

Did you know?

Today, nearly 8 out of 10 pregnant women living with HIV (about 1.1 million), receive antiretrovirals.

Did you know?

Despite claims by manufacturers, the supplement known as Ginkgo biloba was shown in a study of more than 3,000 participants to be ineffective in reducing development of dementia and Alzheimer’s disease in older people.

For a complete list of videos, visit our video library