Final Exam E
Final Exam E
A. Write a query that Insert the following record into Employee table?
Emp_Id=005, Emp_Fname=Tsegaye, Emp_Lname=Abebe, Sex=M, Salary=3,200
B. Update the salary of Kebede to 3,000 and save it by the name Kebede
C. Write SQL statement that counts the total number of Female and Male Employees
D. Write SQL statement that displays all records that contains Cust_Id and Cust_address whose
customer address starts with the letter A
E. Delete the record from Customer table whose Cust_Id is C003