Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using SQL Scenario 1, which of the following SQL queries gives a list of departments and their employees? A. SELECT depname,empname FROMdepartments, employees WHEREdepartments.depno =

Using SQL Scenario 1, which of the following SQL queries gives a list of departments and their employees?

A. SELECT depname,empname

FROMdepartments, employees

WHEREdepartments.depno = employees.empno

;

B. SELECT depname,empname

FROMdepartments, employees, workfor

WHEREdepartments.depno = workfor.depno

ANDworkfor.empno= employees.empno

;

C.SELECT depname,empname

FROMdepartments, workfor

WHEREdepartments.depno = workfor.depno

;

D.SELECT depno,empno

FROMworkfor

;

E.None of the above.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Healthcare Via Wealthcare The 80 20 Way

Authors: Raj Baberwal

1st Edition

0557193001, 978-0557193004

More Books

Students also viewed these General Management questions