Can I read SQL Server 2008 Merge Statement Guide on EtoBox?
SQL Server 2008 Merge Statement Guide by Priyesh N Pratibha is a document available to read on EtoBox.
What is SQL Server 2008 Merge Statement Guide about?
The document discusses the MERGE statement in SQL Server 2008, which allows inserting, updating, and deleting records in a target table from a source table or query in a single atomic statement. Key points include that MERGE is set-based and more efficient than separate INSERT, UPDATE, DELETE statements. It also provides an example MERGE statement to update or insert customer records from a temporary table based on a join between the tables.
- Author
- Priyesh N Pratibha
- Language
- EN