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 |
biggest of two no's with out using if condition statement
What is the function of multilevel pointer in c?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
How is a two dimensional array passed to function when the order of matrix is not known at complie time?
How do I read the arrow keys? What about function keys?
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
Discuss the function of conditional operator, size of operator and comma operator with examples.
what is the difference between #include<stdio.h> and #include"stdio.h" ?
What is structure padding ?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?
What is the difference between text files and binary files?