This is Anna's Blog

Terms You Need to Know in Database Administration

  1. Table (row, column, primary key, foreign key)

2.View

  1. Index (Clustered, non-clustered, composite) -can have either clustered or non-clustered -using sql to create, edit, -index is useful for somthing that is going to be used a lot, only necessary -increase the speed of JOINS

  2. Stored Procedure