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
Explain two-dimensional array.
What is a void pointer in c?
Where static variables are stored in c?
What is the general form of #line preprocessor?
Explain logical errors? Compare with syntax errors.
Why enum is used in c?
What is string concatenation in c?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is the significance of c program algorithms?
What header files do I need in order to define the standard library functions I use?
What are the ways to a null pointer can use in c programming language?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Explain what is wrong with this program statement? Void = 10;