DBT Question Paper
DBT Question Paper
Date : 4/12/2021
Time : 1:30 PM to 3:30 PM
Section 1 :
Connect to MySQL database with your respective username and password.
Section 2: ( 12 X 2 = 24 marks)
1. Find the names of all employees hired in the month of February (of
any year).
2. Find the names of all employees whose name ends with the letter
‘M’.
3. Display the ENAME and JOB for all employees who belong to the
same DEPTNO as employee ‘KING’.
4. Display the HRA for each employee given that HRA is 20% of
SAL.
12.Display the rows where JOB column ends with the letter ‘T’.
Section 3: (2 X 5 marks)