‘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
what defference between c and c++ ?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is the value of h?
What is the difference between void main() and int main()?
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me
Find greatest number out of 10 number without using loop.
What is getch c?
What is the difference between call by value and call by reference in c?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What is calloc malloc realloc in c?
What is union and structure?
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?