Log in

View Full Version : SQL


ankur_kiit
Sep 26, 2015, 01:55 PM
1. UPDATE table2 SET name = 'N/A' 2. COMMIT 3. INSERT INTO table2 values(1) 4. ROLLBACK 5. DELETE FROM table2 Based on the sample query above, which statements signify the end of one transaction and the beginning of another? A) 1,3,5 b) 1,2,4 c) 2,3,5 d) 1,2,3,4,5 e) 2,4

Curlyben
Sep 26, 2015, 02:01 PM
What do YOU think ?
While we're happy to HELP we wont do all the work for you.
Show us what you have done and where you are having problems..