Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Exercise 3. Retrieve all the attribute values from each table. 1. Create a data base (company_lab4) 2. Create two tables in the database: Employee employee_no
Exercise 3. Retrieve all the attribute values from each table. 1. Create a data base (company_lab4) 2. Create two tables in the database: Employee employee_no e_name Salary phone 1456 Ahmad 4000 0555558888 1457 Khaled 4500 0555553333 1458 Ahmad 3000 0555554444 1459 Mohamed 6000 0555555777 4.Select all records from Employee table using ascending order on Salary. department d_no d_name CS IS 1 5. Retrieve employee_no and Salary where their employee name is 'Ahmad'. manager_no 1457 1459 2 Note: employee_no and d_no primary key 43
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started