You are on page 1of 1

Question Bank For DATABASE

Q1, Is it true to pass the statement that iSQL*Plus commands access the database. Justify your answer. Q2. Find and rectify the error in given statement if any. SELECT last_name, job_id, salary AS Sal FROM employees; Q3.Differentiate between VARCHAR and VARCHAR2 DATATYPE. Q4I am adding NULL values in one column of my student table, will this null value occupy space in database? Q5. Create a query to display the last name and salary of employees earning more than $12,000. Q6. Create a query to display the last name and salary for all employees whose salary is not in the range of $5,000 and $12,000. Q7. Give a design model to create database for Chitkara University. Q8. Display the last name and department number of all employees in departments 20 and 50 in alphabetical order by name. Q 9. Give query to display names of employees those who had joined CU one week before current date. Q 10 . Display the last name of all employees who have an a and an e in their last name.

You might also like