What is catalog views?
What is the difference between in and exists. Ex: select * from emp where empno in(....) and select * from emp where empno exists(....) What is the difference between a Join and Union and Union and UnionAll.
what is the difference between a primary key and a unique key? : Sql server database administration
What are the system database in sql server 2008?
what is a schema in sql server 2005? : Sql server database administration
How much space does sql server 2016 take?
Do you know exporting and importing utility?
between cast and convert which function would you prefer and why?
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
What is simple indexing method?
Explain the dbcc pintable command when would you use it?
 Explain what is sql override for a source taLle in a mapping?
What is DCL?