how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

what is the difference between count(*) and count(1) ?

0 Answers   MCN Solutions,


What is efficiency data?

0 Answers  


What is the purpose of a table?

0 Answers  


What is difference between views and stored procedures?

0 Answers  


How to defragment table indexes?

0 Answers  






you accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover? : Sql server administration

0 Answers  


Suppose i have one sql query that contains 2 minute to execute.After one weekly i am executing same query that is taking 5 minute.Why our same query is taking more time.what would be my approach to reduce execution time.Please help.

1 Answers   Cognizant, HCL, Value Labs,


how to give input dynamically to a insert statement in sqlserver

3 Answers   HCL,


Do you know what is sql injection?

0 Answers  


Explain mixed authentication mode of sql server?

0 Answers  


Find 2nd Highest salery in emp table Select* from emp where &n= select * count from emp where (salery >=emp.salery) Enter n value 2 These query is correct or not. Tell me any other methods.

6 Answers  


What is the difference between local and global temporary tables?

0 Answers  


Categories