
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Question
in SQL

Transcribed Image Text:1.
Create a data base (company)
3.Retrieve all the
2.
Create two tables in the database:
attribute values from
each table.
Employee
employee no
e name
Salary
phone
d no
wmoon
4. Display sum of salaries
for each d artment
where the sum of salaries
more than 6000?
1456
Ahmad
4000
0555558888
1
1457
Khaled
4500
0555553333
2
1458
Ahmad
3000
0555554444
3
1459
Mohamed
6000
0555555777
4
1460
Noor
5000
0555553334
2
5. Retrieve the details of
employees whose salary
is greater than the
minimum salary of the
employees working in
dept number 2 and also
he is not working in dept
Department-
d no
d name
manager_no
1
CS
1457
IS
1459
SE
1444
CS
1433
CS
1411
Note: d no in Department is primary key.
number 2
37

Transcribed Image Text:1. Create a data base (company)
2.
Create two tables in the database:
3. Retrieve e name
,d no from Employee
and d name from
depart. ent by Inner
„left and right join?
employee no
hame
Salary
phone
d no
1456
Ahmad
4000
0555558888
1
1457
Khaled
4500
0555553333
1458
Ahmad
3000
0555554444
3
1459
Mohamed
6000
0555555777
4
1460
Noor
5000
0555553334
2
1461
Waleed
7000
0555553222
NULL
d no
d name
manager no
CS
1457
iS
1459
SE
1444
NT
1433
4
SS
1411
Note: d no in Department is primary key.
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by stepSolved in 2 steps with 1 images

Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- To what extent does SQL diverge from standard programming languages?arrow_forwardExplain about Tuple relational calculus (TRC) and Domain relational calculus (DRC)arrow_forwardSQL Database Explain the function and importance of the SQL COMMIT command and list the pros/cons of using Autocommit mode.arrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education

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