Prop File 1 alter session set \"_oracle_script\"=true; Install PROP database you
ID: 2247064 • Letter: P
Question
Prop File 1
alter session set "_oracle_script"=true;
Explanation / Answer
1)
SELECT city FROM property_for_rent , lease
WHERE branchno is NULL
2)
SELECT * FROM staff
WHERE branchno In ( SELECT branchno FROM branch WHERE city="Preston" )
3)
SELECT FROM branch a, property_for_rent b , lease c WHERE a.branchno=b.branchno AND a.branchno=c.branchno GROUPBY a.city
4)
SELECT staffno,Count(staffno) as a from property_for_rent , staff
GROUPBY staffno
5)
SELECT FROM WHERE salary > ANY (SELECT salary FROM staff WHERE branchno = "B008" )
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.