DBMS IAT -II QB
Consider a relation Employee (Emp_no, Emp_name, Emp_add, ph_no,
email_id, salary). Write
SQL expression for the following queries:
a) Delete all tuples in employee whose employee number is less than 100
b) List the employees whose salary is between 50 K to 1 LAC
c) List the employees whose name starts with ‘Ami’.
d) Find the second highest salary of an employee.
e) Give all employees a 25% rise.
Describe Triggers along with syntax and example
Define Normalization. What is the need of normalization? State its types.
What is Functional Dependency? Explain the types of Functional
Dependency.
Explain Transaction Control Commands with examples.
Describe ACID properties with examples.
Consider a relation Employee (Emp_no, Emp_name, Emp_add, ph_no,
email_id, salary). Write
SQL expression for the following queries:
a) List the employee whose employee number is 100
b) List the employees whose salary is between 50 K to 1 LAC
c) List the employees whose name starts with ‘Ami’.
d) Find the second highest salary of an employee.
e) Create two views on the employee table.
Explain Aggregate functions with example
Describe with example: 1NF and 2NF
State Transition Diagram of Transaction