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
984Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?
1092
What is sqlservr.exe - process - sql server (sqlex?press)?
When a primary key constraint is included in a table, what other constraints does this imply?
What is the purpose of sql profiler in sql server?
How to get @@error and @@rowcount at the same time?
Explain filtered indexes?
What are statistics?
How do you improve the performance of a SQL Azure Database?
What are the new features of sql server 2012 reporting service?
What are the different types of replication you can set up in sql server?
You are designing a database for your human resources department in the employee table, there is a field for social security number, which cannot contain null values if no value is given, you want a value of unknown to be inserted in this field what is the best approach?
Explain error and transaction handling in sql server?
Explain the etl (extraction, transformation, and loading)?
What is a data collection table?
Is it possible to call a stored procedure within a stored procedure?
Is null vs coalesce?