Terms You Need to Know in Database Administration
- Table (row, column, primary key, foreign key)
2.View
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
Stored Procedure