Beyond the SELECT
暂无分享,去创建一个
This chapter is a collection of topics involving SQL statements that are not straight SELECTs. These statements are often referred to as Data Manipulation Language (or DML) statements. My intention is to provide some information on some of the less well known options to the standard DML commands, namely INSERT, UPDATE, DELETE, and MERGE. The chapter will also focus on alternate approaches with an eye towards improving performance.