Define constraints and give an example of their use?
If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?
How can a user-defined datatype be created?
Explain timestamp datatype?
To automatically record the time on which the data was modified in a table, which data type should you choose for the column?
Can an automatic recovery be initiated by a user?
you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?
Can a table be created inside a trigger?
Is it true that rules do not apply to data already existing in a database at the time the rule is created?
Explain different backup plans?
When would you prefer to have a minimum number of indexes?
What specific conditions database should meet, before you can bulk copy data into it using bcp?
Can a trigger be created on a view?
What are the restraints imposed on the table design by a merge replication?
What is raid, and how it can influence database performance?