What is the difference between DATETIME2 and DATETIME?
What are the results of running this script?
How to list all user defined functions in the current database?
How to create new table with "create table" statements?
Explain the cursor lock types?
Can primary key be a foreign key?
What are the joins in sql server? : sql server database administration
Where the sql logs gets stored?
Where are stored procedures in sql server?
what is Covering Index ?
What are the different types of collation sensitivity?
Without Using Cursors , How to Select the Selected row??
3 Answers CarrizalSoft Technologies, Wipro,
write down the sql query? Table Name : emp1 empid empname 1 bala 2 guna Table Name : emp2 empid empname 1 <Null> 2 <Null> Solution : emp1 names are updated in emp2, write a query?