‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to
secure the data comment. Give suitable examples of each with
sql command.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is the difference between getch() and getche()?

7 Answers   Infosys,


What are dangling pointers in c?

0 Answers  


Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

4 Answers   OpenFeel,


What is class and object in c?

0 Answers  


What is header file definition?

0 Answers  






int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?

6 Answers   Verifone,


write a program for egyptian fractions in c?

1 Answers   Satyam,


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

1 Answers   CMS,


What is a constant and types of constants in c?

0 Answers  


What is huge pointer in c?

0 Answers  


Explain how can I convert a string to a number?

0 Answers  


What is the use of in c?

0 Answers  


Categories