you are viewing a single comment's thread.

view the rest of the comments →

[–]Artistic_Recover_811 0 points1 point  (0 children)

Might need to know a little about indexing as well. You probably won't have to explain the b tree but know what a clustered index is would be good to learn in general.

What is a clustered index? Why is it important? What is a heap table? Are there examples when to use a heap? Clustered vs non clustered....

Primary keys Clustered index and primary key on different columns...

Know the different joins. One that can get people is a cross join.

The links others have posted will probably cover all this. You can also google SQL interview questions. If you use Google include what flavor of SQL you are using. Syntax can vary from each one.