Queries (note the first one did not need to be edited, the rest did) : #1 SOL> select empno, ename, job, mgr, sal, comm, deptno 2 from empcopy 3 where deptno = 10 and sal > 1500; #2 SOL> edit Wrote file afiedt.buf 1 select empno, ename, job, mgr, sal, comm, deptno 2 from empcopy 3* where mgr > 7782 or job - 'CLERK' SOL> SOL> / #3 SQL> edit Wrote file afiedt.buf 1 select empno, ename, job, sal, comm, deptno 2 from empcopy 3* where deptno - 20 and (comm is null or sal > 1500) SQL> / #4 SOL> edit Wrote file afiedt.buf 1 select empno, ename, job, sal, comm, deptno from empcopy 3* where deptno - 20 and comm is null or sal > 1500 SOL> / 2
Queries (note the first one did not need to be edited, the rest did) : #1 SOL> select empno, ename, job, mgr, sal, comm, deptno 2 from empcopy 3 where deptno = 10 and sal > 1500; #2 SOL> edit Wrote file afiedt.buf 1 select empno, ename, job, mgr, sal, comm, deptno 2 from empcopy 3* where mgr > 7782 or job - 'CLERK' SOL> SOL> / #3 SQL> edit Wrote file afiedt.buf 1 select empno, ename, job, sal, comm, deptno 2 from empcopy 3* where deptno - 20 and (comm is null or sal > 1500) SQL> / #4 SOL> edit Wrote file afiedt.buf 1 select empno, ename, job, sal, comm, deptno from empcopy 3* where deptno - 20 and comm is null or sal > 1500 SOL> / 2
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
Please answer these 4 questions!
Expert Solution
Step 1
Below are the answers for all the queries:
Step by step
Solved in 5 steps
Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education