FeedBack Form

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

SQL INTERVIEW QUESTION & ANSWERS

Follow Us
 
136. What is INDEX?
  INDEX is a general term for an SQL feature used primarily to speed up execution and impose UNIQUENESS upon data. You can use an index to gain fast access to specific information in a database table. An index is a structure that orders the values of one or more columns in a database table. The index provides pointers to the data values stored in specified columns of the table, and then orders those pointers according to the sort order you specify.
Your Name Your Email-ID
Your Answer
 
137. What is meant ny snapshots?
 
  • A snapshot is a copy of a table made at a particular time.
  • A snapshot is frequently used in a distributed database to create a local copy of a remote table.
  • A snapshot is also called a materialized view
Your Name Your Email-ID
Your Answer
 
138. What are the two types of referential triggered actions that can be defined in a FOREIGN KEY constraint?
  ON UPDATE and ON DELETE
Your Name Your Email-ID
Your Answer
 
139. What are Roles?
  Roles are named groups of related privileges that are granted to users or other roles.
Your Name Your Email-ID
Your Answer
 
140. What command is used to establish a session?
  The CONNECT TO statement
Your Name Your Email-ID
Your Answer