Differentiate b/w Modify and Update commands giving example.
Answer Posted / ananth kumar
1.update comand is to make changes to the record in the
table
2.modify command is used to add,modify,drop a column in a
table
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between char array and char pointer?
Why main is used in c?
State two uses of pointers in C?
Is it cc or c in a letter?
how many errors in c explain deply
Why static is used in c?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is the code in while loop that returns the output of given code?
what is reason of your company position's in india no. 1.
What are the different types of errors?
How to draw the flowchart for structure programs?
What is C language ?
Explain Basic concepts of C language?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.