SQL Queries for Mere Mortals: A Hands-On Guide to Data Manipulation in SQL, 3/e (Paperback)
暫譯: SQL 查詢入門:SQL 數據操作實務指南,第 3 版 (平裝)
John L. Viescas, Michael J. Hernandez
- 出版商: Addison Wesley
- 出版日期: 2014-06-21
- 售價: $1,930
- 貴賓價: 9.5 折 $1,834
- 語言: 英文
- 頁數: 800
- 裝訂: Paperback
- ISBN: 0321992474
- ISBN-13: 9780321992475
-
相關分類:
SQL
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
大話設計模式$620$490 -
大話資料結構$590$466 -
深入淺出 Python (Head First Python)$780$616 -
無瑕的程式碼 - 敏捷軟體開發技巧守則 (Clean Code: A Handbook of Agile Software Craftsmanship)$580$452 -
深入淺出 HTML and CSS, 2/e (Head First HTML and CSS, 2/e)$880$695 -
WordPress Plugins 百大外掛精選$520$406 -
ASP.NET MVC 5 網站開發美學$780$616 -
手機應用程式設計超簡單-App Inventor 2 初學特訓班(中文介面增訂版) (附綜合演練影音教學/範例/單機與伺服器架設解說pdf)$420$332 -
Word、Excel、PowerPoint 強效精攻 500 招(超實用增量版)$199$157 -
ASP.NET MVC 5 實務專題範例教學$590$502 -
手機應用程式設計超簡單-App Inventor 2 資料庫專題特訓班 (附資料庫元件影音教學/範例/單機與伺服器架設解說pdf)$450$356 -
大話重構$390$304 -
精通 Python|運用簡單的套件進行現代運算 (Introducing Python: Modern Computing in Simple Packages)$780$616 -
黑帽 Python | 給駭客與滲透測試者的 Python 開發指南 (Black Hat Python: Python Programming for Hackers and Pentesters)$400$316 -
讓網路上的每個封包都無所遁形:精用 Wireshark$590$502 -
iOS 9 App 程式設計實力超進化實戰攻略:知名iOS教學部落格AppCoda作家親授實作關鍵技巧讓你不NG (Beginning iOS 9 Programming with Swift)$690$538 -
CSS Secrets 中文版|解決網頁設計問題的有效秘訣 (CSS Secrets: Better Solutions to Everyday Web Design Problems)$680$537 -
鳥哥的 Linux 私房菜-基礎學習篇, 4/e$980$774 -
設計模式與遊戲開發的完美結合$690$538 -
Android 初學特訓班|最新 Android Studio 開發實戰, 6/e$480$379 -
為什麼全世界都在學Node.js – 成為程式高手還差這一步 (舊版: 伺服器端的 script 的帝王-成為 Node.js 高手的最後一哩)$540$459 -
你所不知道的 JS|導讀,型別與文法 (You Don't Know JS: Up & Going)$520$411 -
職業駭客的告白 : 軟體反組譯、木馬病毒與入侵翻牆竊密$620$484 -
風景攝影與 Lightroom 後製技法全攻略$480$379 -
網頁程式設計的16堂課: HTML5‧CSS3‧JavaScript ‧jQuery‧AJAX‧Bootstrap‧Google Maps$550$468
商品描述
The #1 Easy, Common-Sense Guide to SQL Queries—Updated for Today’s Databases, Standards, and Challenges
SQL Queries for Mere Mortals ® has earned worldwide praise as the clearest, simplest tutorial on writing effective SQL queries. The authors have updated this hands-on classic to reflect new SQL standards and database applications and teach valuable new techniques.
Step by step, John L. Viescas and Michael J. Hernandez guide you through creating reliable queries for virtually any modern SQL-based database. They demystify all aspects of SQL query writing, from simple data selection and filtering to joining multiple tables and modifying sets of data.
Three brand-new chapters teach you how to solve a wide range of challenging SQL problems. You’ll learn how to write queries that apply multiple complex conditions on one table, perform sophisticated logical evaluations, and think “outside the box” using unlinked tables.
Coverage includes
-- Getting started: understanding what relational databases are, and ensuring that your database structures are sound
-- SQL basics: using SELECT statements, creating expressions, sorting information with ORDER BY, and filtering data using WHERE
-- Summarizing and grouping data with GROUP BY and HAVING clauses
-- Drawing data from multiple tables: using INNER JOIN, OUTER JOIN, and UNION operators, and working with subqueries
-- Modifying data sets with UPDATE, INSERT, and DELETE statements Advanced queries: complex NOT and AND, conditions, if-then-else using CASE, unlinked tables, driver tables, and more
Practice all you want with downloadable sample databases for today’s versions of Microsoft Office Access, Microsoft SQL Server, and the open source MySQL database. Whether you’re a DBA, developer, user, or student, there’s no better way to master SQL.
informit.com/aw
forMereMortals.com
商品描述(中文翻譯)
《#1 簡單、常識性的 SQL 查詢指南—針對當今的資料庫、標準和挑戰進行更新》
《SQL 查詢對普通人來說》® 在全球獲得了廣泛讚譽,成為撰寫有效 SQL 查詢的最清晰、最簡單的教程。作者已更新這本經典的實用書籍,以反映新的 SQL 標準和資料庫應用,並教授有價值的新技術。
約翰·L·維斯卡斯(John L. Viescas)和邁克爾·J·赫南德茲(Michael J. Hernandez)逐步引導您創建可靠的查詢,適用於幾乎所有現代基於 SQL 的資料庫。他們揭開了 SQL 查詢撰寫的所有方面的神秘面紗,從簡單的數據選擇和過濾到聯接多個表格和修改數據集。
三個全新的章節教您如何解決各種具有挑戰性的 SQL 問題。您將學會如何撰寫查詢,對一個表格應用多個複雜條件,執行複雜的邏輯評估,並使用未連結的表格進行“跳出框架”的思考。
內容涵蓋:
-- 開始入門:了解什麼是關聯資料庫,並確保您的資料庫結構是健全的
-- SQL 基礎:使用 SELECT 語句、創建表達式、使用 ORDER BY 排序信息,以及使用 WHERE 過濾數據
-- 使用 GROUP BY 和 HAVING 子句進行數據摘要和分組
-- 從多個表中提取數據:使用 INNER JOIN、OUTER JOIN 和 UNION 運算符,並處理子查詢
-- 使用 UPDATE、INSERT 和 DELETE 語句修改數據集
-- 進階查詢:複雜的 NOT 和 AND 條件,使用 CASE 的 if-then-else,未連結的表格、驅動表格等
隨意練習,下載適用於當今版本的 Microsoft Office Access、Microsoft SQL Server 和開源 MySQL 資料庫的示例資料庫。無論您是資料庫管理員、開發人員、用戶還是學生,沒有比這更好的方式來掌握 SQL。
informit.com/aw
forMereMortals.com
