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 a program flowchart?
What does the error message "DGROUP exceeds 64K" mean?
What is the best way to comment out a section of code that contains comments?
Explain goto?
Why we use break in c?
Write the Program to reverse a string using pointers.
What is a method in c?
What is a #include preprocessor?
What is the difference between arrays and pointers?
What are categories used for in c?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What is extern variable in c with example?
What is an lvalue?
Differentiate between functions getch() and getche().
Write a program to know whether the input number is an armstrong number.