FeedBack Form

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

SQL INTERVIEW QUESTION & ANSWERS

Follow Us
 
41. Define Unique Constraint?
  The UNIQUE constraint imposes that every value in a column or set of columns be unique. It means that no two rows of a table can have duplicate values in a specified column or set of columns.
Your Name Your Email-ID
Your Answer
 
42. What statement is used to remove a database privilege?
  The REVOKE statement is used to remove database privileges.
Your Name Your Email-ID
Your Answer
 
43. What is Snapshot?
  The data in the database at a particular moment is known as Database State or Snapshot of the Database.
Your Name Your Email-ID
Your Answer
 
44. What is Weak entity type?
  Entity types that do not have key attribute of their own are called Weak entity type.
Your Name Your Email-ID
Your Answer
 
45. What are the various Date data types available in SQL?
 
  • TIME STAMP
  • LOB
  • BLOB
  • CLOB
  • BFILE
Your Name Your Email-ID
Your Answer