- What are two methods of retrieving SQL?
- What cursor type do you use to retrieve multiple record sets?
- What is the difference between a "where" clause and a "having" clause?
- What is the basic form of a SQL statement to read data out of a table?
- What structure can you implement for the database to speed up table reads?
- What are the tradeoffs with having indexes?
- What is a "join"?
- What is "normalization"? "De-normalization"? Why do you sometimes want to denormalize?
- What is a "constraint"?
- What types of index data structures can you have?
- What is a "primary key"?
- What is a "functional dependency"? How does it relate to database table design?
- What is a "trigger"?
- Why can a "group by" or "order by" clause be expensive to process?
- What is "index covering" of a query?
- What types of join algorithms can you have?
- What is a SQL view?
Download Important SQL Question-Answers
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.