Question
What is the use of the DROP option in the ALTER TABLE command?

Answers

It is used to drop constraints specified on the table.   Your Comment






Search
Can you Answer!!
  • Q What are the two ways to get private values inside a subroutine or block?
  • Q What is satellite assembly? and steps to create satellite assembly?
  • Q In which case the Supreme Court gave a ruling that the preamble was part of the Constitution?
  • Q The style of leadership appropriate for the battlefield is _________.
  • Q Define Ross Cycle
  • Q Eastern coastal plain is also named as-
  • Q Explain different ways of creating a thread. Which one would you prefer and why?
  • Q What are the different functionalities of mtp3 layer?
  • Q What are some common precipitating agents used to remove metals from aqueous waste streams?
  • Q What new changes are being made in SQL Server?
  • Q #define one 0 #ifdef one printf("one is defined "); #ifndef one printf("one is not defined ");