Header Ads

Showing posts from March 28, 2021Show all
Which two statements complete a transaction?  A. DELETE employees;  B. DESCRIBE employees;  C. ROLLBACK TO SAVEPOINT C;  D. GRANT SELECT ON employees TO SCOTT;  E. ALTER TABLE employees  MODIFY COLUMN sal;  F. Select MAX(sal)  FROM employees  WHERE department_id=20;
What TCL commands are supported by SQL?
What the function is of redo and undo logs?
 What do you understand by ACID properties of database transaction?
Why do understand by transaction COMMIT and ROLLBACK?
What to you understand by a database transaction?
What is a savepoint?
What are the two ways in which multiple transactions can be executed?
Define a transaction.
Consider the following tables Item and Customer. Write SQL commands for the statement (i) to (iv) and give outputs for SQL queries (v) to (viii)
What do you understand by the candidate key and cardinality of a relation in relational data base?
 What do you understand by the terms primary key and degree of a relation in relational data base?
 What is difference between char and varchar?
 How SQL commands are are classified?
 Differeniate WHERE and HAVING clause?
 Identify the error?   DELETE ALL FROM TABLE EMP;
 What is error in following statement? UPDATE EMPL;
 What is NOT NULL constraint?
 What is NOW() function in MySql?
 How would you display system date as the result of a query?
Which keyword eliminates redundant data in from a query result?
What is null value in MySql?
 Maximum how many characters can be stored in a (i) text literals (ii) numeric literal
What are DML commands?