Their are two tables 'A' and'B'.Table 'A' contains 3 columns named 'eid','ename','dept'. Table 'B'contains 3 columns named'sid','designation','salary'. We have to retrieve the names of employees working in the same department,same designation and same salary. Its urgent can anyone help me out in this problem.
6 106071)what is the difference between Reinitializing a Subscription and synchronization the subscription? 2)when to use reinitializing ? 3)when to use synchronization? 4)when adding table or deleting a table what to do?(reinz.. or syn) 5)when adding a column what to do?
2105
Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?
What is the difference between cube operator and rollup operator? : SQL Server Architecture
Explain optimistic and pessimistic concurrency?
What is table value parameters (tvp)?
What is t-sql script to take database offline – take database online.
What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?
What is the temp table?
What is normalization and what are the advantages of it?
After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas
What happens if null values are involved in datetime operations?
What are the various Operating system files that every SQL server 2005 database has and what is the purpose.
Do you know the different ddl commands in sql?
Can I save my report as html, excel or word? : sql server management studio
Can you leave a union at any time?
what authentication modes does sql server support? : Sql server database administration