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
990Do 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?
1101
How to create a trigger for insert only?
What are the instances when triggers are appropriate?
How to provide default values to function parameters?
What is sql injection and why is it a problem? : sql server security
How to throw custom exception in Stored Procedure?
What is intellisense?
What are the differences between lost updates and uncommitted dependencies?
What is filtered index?
State the difference between local and global temporary tables?
What are the components of dbms?
How to end a stored procedure properly in ms sql server?
How to automatically create a log when an exception is being received into SQL Server?
Can a table be moved to different filegroup?
Explain the creation and execution of a user-defined function in the sql server?
Can primary key be null?