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

to find out the reverse digit of a given number

6 Answers   Infosys, Microsoft, TCS, Wipro,


What is an volatile variable?

15 Answers   HP,


1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=

16 Answers   CybOrg, Siemens,


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

1 Answers  


Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack

3 Answers  






Explain how can you tell whether two strings are the same?

0 Answers  


Explain what is wrong with this program statement? Void = 10;

0 Answers  


Whats s or c mean?

0 Answers  


When would you use a pointer to a function?

0 Answers  


int i=10; printf("%d %d %d", i, i=20, i);

0 Answers  


How can we allocate array or structure bigger than 64kb?

2 Answers   CSC,


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

0 Answers   HCL,


Categories