Differentiate b/w Modify and Update commands giving example.



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

Post New Answer

More C Interview Questions

What are the benefits of c language?

0 Answers  


if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item

2 Answers  


Why array is used in c?

0 Answers  


What are valid operations on pointers?

0 Answers  


Explain Function Pointer?

0 Answers   Wipro,


How will you allocate memory to a double pointer ?

2 Answers  


main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }

4 Answers   Vector,


How do I get an accurate error status return from system on ms-dos?

0 Answers  


x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????

3 Answers  


how to get the starting address of file stored in harddisk through 'C'program.

2 Answers   Siemens,


program to print upper & lower triangle of a matrix

2 Answers   TCS,


Explain what standard functions are available to manipulate strings?

0 Answers  


Categories