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

Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A

1 Answers  


What is linear search?

0 Answers  


15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?

2 Answers   CTS,


how to print 2-D array using a single for loop?

2 Answers   Mind Tree, TCS, Value Labs,


writ a program to compare using strcmp VIVA and viva with its output.

0 Answers  






which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none

7 Answers   Trident,


what is difference between ANSI structure and C99 Structure?

1 Answers   Wipro,


what will be the output: main(){char ch;int a=10;printf("%d",ch);}

36 Answers   Accenture, TCS, Wipro,


What are the two forms of #include directive?

0 Answers   Aspire, Infogain,


what does ‘Bus Error’ mean?

1 Answers   ABC,


How can I change the size of the dynamically allocated array?

0 Answers  


What is an array? What the different types of arrays in c?

0 Answers  


Categories