What the different components of Replication and what is their use?
what is a join? : Sql server database administration
Define full outer join in sql server joins?
What is the difference between ddl,dml and dcl commands?
What is an example of a foreign key?
Can select statements be used on views in ms sql server?
Which table keeps the locking information?
You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?
What is a linked server in sql server?
What does the on delete cascade option do?
How is table type constraint applied to a table?
How many databases can we create in a single server?
What is wide table?
in the physical file layout, where should the transaction log be stored in relation to the data file?
How to delete exactly duplicate records from a table?