Differentiate b/w Modify and Update commands giving example.
Answer / 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 |
main() { int i=400,j=300; printf("%d..%d"); }
What is a nested formula?
How can a program be made to print the line number where an error occurs?
What is Memory leakage ?
What is the difference between null pointer and void pointer
10 Answers CTS, Manforce, MAQ Software,
What is the most efficient way to store flag values?
advantages of pointers?
Explain About fork()?
How can I manipulate strings of multibyte characters?
Why is c called c?
what r callback function?
How can I prevent another program from modifying part of a file that I am modifying?