Answer Posted / naren
matching columns of left and right tables and unmatched columns of both tables is displayed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you choose between a clustered and a non-clustered index?
What are the types of subscriptions in SQL Server replication?
How to retrieve error messages using odbc_errormsg()?
Is foreign key a primary key?
How to execute a stored procedure in ms sql server?
Explain the collation?
you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?
What is view in sql?
What is the difference between Triggers and Stored Procedure?
Tell me what is a linked server?
What are the differences between “row_number()”, “rank()” and “dense_rank()”?
What is the Main Difference between ACCESS and SQL SERVER?
How to filter out duplications in the returning rows in ms sql server?
What will be the value of @@fetch_status if a row that was a part of the cursor resultset has been deleted from the database after the time the stored procedure that opened the cursor was executed?
How to connect to SQL Azure Database by using sqlcmd?