Available CategoriesAdobeMacromediaProgrammingSQLServer AdministrationNetworkingMicrosoft ProductsMac OSLinux systemsMobile devicesXMLCertificationMiscAvailable TutorialsMySQL pocket referenceSQL Bible OracleSql tuningDatabase design for mere mortalsMySQLPostgresqlMicrosoft SQL Server 2000Mastering Oracle SQLOracle PL SQL Language Pocket ReferenceOracle DBA guide to data warehousing and star schemasAdministrator's guide to sql server 2005Sql bible |
1.5 So Why Are There 17 More Chapters?
While you are reading the rest of the book, you might notice that the majority of examples use SELECT statements, with the remainder somewhat evenly distributed across INSERT, UPDATE, and DELETE statements. This disparity is not indicative of the relative importance of SELECT statements over the other three DML statements; rather, SELECT statements are favored because we can show a query's result set, which should help you to better understand the query, and because many of the points being made using SELECT statements can be applied to UPDATE and DELETE statements as well.
|