FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

SQL INTERVIEW QUESTION & ANSWERS

Follow Us
 
76. What does a null value signify?
  A null signifies that a value is undefined or not known. This is not the same as a zero, a blank, or a default value. Instead, it indicates that a data value is absent.
Your Name Your Email-ID
Your Answer
 
77. What command is used to retrieve the results after a cursor has been opened?
  The FETCH command
Your Name Your Email-ID
Your Answer
 
78. What is a UNIQUE KEY?
  A UNIQUE KEY is one or more columns that must be unique for each row of the table.
Your Name Your Email-ID
Your Answer
 
79. What is a FOREIGN KEY?
  A FOREIGN KEY is one or more columns whose values are based on the PRIMARY or CANDITATE KEY values from the database.
Your Name Your Email-ID
Your Answer
 
80. What is a CANDIDATE KEY?
  CANDIDATE KEY is a minimal superkey. A candidate key for a relation schema is a minimal set of attributes whose values uniquely identify tuples in the corresponding relation.
Your Name Your Email-ID
Your Answer