Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please refer to the table in the dreamhome database. Which statement is TRUE if we run the following two SOL statements SQL1: SELECT staffNo, fName,

image text in transcribed
Please refer to the table in the dreamhome database. Which statement is TRUE if we run the following two SOL statements SQL1: SELECT staffNo, fName, 1Name, position FROM dreamhome. Staff WHERE position= 'Manager' AND position= 'Supervisor'; SQL 2: SELECT staffNo, fName, 1Name, position FROM dreamhome. Staff WHERE position in ('Manager", "Supervisor') ; Susan is in both outputs: SQL1 output has 2 managers and 1 supervisor. SOL2 output has 4 records. SQLi has no output

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

Students also viewed these Databases questions