23%
SQL in 24 Hours, Sams Teach Yourself

SQL in 24 Hours, Sams Teach Yourself

3.3       |  6 Reviews 
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

Includes Coverage of Oracle and Microsoft SQL Implementations In just 24 lessons of one hour or less, Sams Teach Yourself SQL in 24 Hours, Sixth Edition, helps you use SQL to build effective databases, efficiently retrieve data, and manage everything from performance to security. This book’s straightforward, step-by-step approach shows you how to work with database structures, objects, queries, tables, and more. In just hours, you will be applying advanced techniques, including views, transactions, web connections, and powerful Oracle and SQL Server extensions. Every lesson builds on what you’ve already learned, giving you a rock-solid foundation for real-world success. Step-by-step instructions carefully walk you through the most common SQL tasks. Practical, hands-on examples show you how to apply what you learn. Quizzes and exercises help you test your knowledge and stretch your skills. Notes and tips point out shortcuts and solutions. Learn how to… • Define efficient database structures and objects • “Normalize” raw databases into logically organized tables • Edit relational data and tables with DML • Manage transactions • Write effective, well-performing queries • Categorize, summarize, sort, group, and restructure data • Work with dates and times • Join tables in queries, use subqueries, and combine multiple queries • Master powerful query optimization techniques • Administer databases and manage users • Secure databases and protect data • Use views, synonyms, and the system catalog • Extend SQL to the enterprise and Internet • Master important Oracle and Microsoft extensions to ANSI SQL Register your product at informit.com/register for convenient access to downloads, updates, and corrections as they become available.

Table of Contents:
PART I: AN SQL CONCEPTS OVERVIEW Hour 1: Welcome to the World of SQL   1 SQL Definition and History   1 SQL Sessions   8 Types of SQL Commands   8 Canary Airlines: The Database Used in This Book   11 Summary   15 Q&A   16 Workshop   16 PART II: BUILDING YOUR DATABASE Hour 2: Defining Data Structures   19 What Is Data?   19 Basic Data Types   20 Summary   28 Q&A 29 Workshop   29 Hour 3: Managing Database Objects   33 Database Objects and Schema   33 Tables: The Primary Storage for Data 35 Integrity Constraints   44 Summary 49 Q&A   50 Workshop   50 Hour 4: The Normalization Process 55 Normalizing a Database   55 Denormalizing a Database 63 Summary   64 Q&A 64 Workshop   64 Hour 5: Manipulating Data   67 Overview of Data Manipulation   67 Populating Tables with New Data   68 Updating Existing Data 73 Deleting Data from Tables   75 Summary   76 Q&A   77 Workshop   77 Hour 6: Managing Database Transactions 81 What Is a Transaction?   81 Controlling Transactions   82 Poor Transactional Control   90 Summary   90 Q&A   90 Workshop   91 PART III: GETTING EFFECTIVE RESULTS FROM QUERIES Hour 7: Introduction to Database Queries   93 The SELECT Statement   93 Case-Sensitivity   101 Fundamentals of Query Writing 102 Summary   106 Q&A   106 Workshop   107 Hour 8: Using Operators to Categorize Data   109 What Is an Operator in SQL?   109 Comparison Operators   110 Logical Operators 113 Conjunctive Operators   120 Negative Operators   123 Arithmetic Operators   128 Summary   130 Q&A 131 Workshop   131 Hour 9: Summarizing Data Results from a Query   133 Aggregate Functions   133 Summary 141 Q&A   142 Workshop 142 Hour 10: Sorting and Grouping Data 145 Why Group Data?   145 The GROUP BY Clause   146 GROUP BY Versus ORDER BY   150 CUBE and ROLLUP Expressions 153 The HAVING Clause   155 Summary   156 Q&A   157 Workshop   157 Hour 11: Restructuring the Appearance of Data   159 ANSI Character Functions   159 Common Character Functions   160 Miscellaneous Character Functions   169 Mathematical Functions 172 Conversion Functions   173 Combining Character Functions   176 Summary 177 Q&A   177 Workshop   178 Hour 12: Understanding Dates and Times   181 How Is a Date Stored?   181 Date Functions   183 Date Conversions   188 Summary   193 Q&A   194 Workshop   194 PART IV: BUILDING SOPHISTICATED DATABASE QUERIES Hour 13: Joining Tables in Queries   197 Selecting Data from Multiple Tables   197 Understanding Joins   198 Join Considerations   207 Summary   210 Q&A   210 Workshop 211 Hour 14: Using Subqueries to Define Unknown Data   213 What Is a Subquery?   213 Embedded Subqueries 219 Correlated Subqueries   223 Subquery Performance   225 Summary   225 Q&A   226 Workshop   226 Hour 15: Combining Multiple Queries into One   229 Single Queries Versus Compound Queries   229 Compound Query Operators   230 Using ORDER BY with a Compound Query   235 Using GROUP BY with a Compound Query   237 Retrieving Accurate Data   238 Summary   239 Q&A   239 Workshop   240 PART V: SQL PERFORMANCE TUNING Hour 16: Using Indexes to Improve Performance 243 What Is an Index?   243 How Do Indexes Work?   244 The CREATE INDEX Command   245 Types of Indexes   245 When Should Indexes Be Considered?   248 When Should Indexes Be Avoided?   248 Altering an Index   250 Dropping an Index   250 Summary   251 Q&A   251 Workshop 252 Hour 17: Improving Database Performance   253 What Is SQL Statement Tuning?   253 Database Tuning Versus SQL Statement Tuning   254 Formatting Your SQL Statement   254 Full Table Scans   260 Other Performance Considerations 261 Cost-Based Optimization   264 Summary   266 Q&A   266 Workshop 266 PART VI: USING SQL TO MANAGE USERS AND SECURITY Hour 18: Managing Database Users   269 User Management in the Database   269 The Management Process   272 Tools Utilized by Database Users   279 Summary   279 Q&A 280 Workshop   280 Hour 19: Managing Database Security   283 What Is Database Security?   283 What Are Privileges?   284 Controlling User Access 287 Controlling Privileges Through Roles   291 Summary   293 Q&A   293 Workshop   294 PART VII: SUMMARIZED DATA STRUCTURES Hour 20: Creating and Using Views and Synonyms   297 What Is a View?   297 Creating Views   300 Updating Data Through a View   307 Dropping a View   307 Performance Impact of Nested Views   308 What Is a Synonym?   308 Summary   310 Q&A   310 Workshop   311 Hour 21: Working with the System Catalog   313 What Is the System Catalog?   313 How Is the System Catalog Created?   314 What Is Contained in the System Catalog?   315 System Catalog Tables by Implementation   316 Querying the System Catalog   317 Updating System Catalog Objects   320 Summary 320 Q&A   321 Workshop   321 PART VIII: APPLYING SQL FUNDAMENTALS IN TODAY’S WORLD Hour 22: Advanced SQL Topics   323 Cursors 323 Stored Procedures and Functions   326 Triggers   329 Dynamic SQL 331 Call-Level Interface 331 Using SQL to Generate SQL   332 Direct Versus Embedded SQL 333 Windowed Table Functions 333 Working with XML 334 Summary   335 Q&A 335 Workshop   336 Hour 23: Extending SQL to the Enterprise, the Internet, and the Intranet   337 SQL and the Enterprise 337 Accessing a Remote Database 339 SQL and the Internet   342 SQL and the Intranet   343 Summary   344 Q&A   344 Workshop 344 Hour 24: Extensions to Standard SQL   347 Various Implementations   347 Example Extensions   350 Interactive SQL Statements   353 Summary   354 Q&A   354 Workshop   355 PART IX: APPENDIXES Appendix A: Common SQL Commands   357 SQL Statements   357 SQL Clauses   360 Appendix B: Installing Oracle and Microsoft SQL 363 Windows Installation Instructions for Oracle   363 Windows Installation Instructions for Microsoft SQL Server   365 Appendix C: Answers to Quizzes and Exercises   369 Hour 1, “Welcome to the World of SQL”   369 Hour 2, “Defining Data Structures”   371 Hour 3, “Managing Database Objects”   373 Hour 4, “The Normalization Process”   374 Hour 5, “Manipulating Data”   376 Hour 6, “Managing Database Transactions”   379 Hour 7, “Introduction to the Database Queries”   380 Hour 8, “Using Operators to Categorize Data”   383 Hour 9, “Summarizing Data Results from a Query”   386 Hour 10, “Sorting and Grouping Data”   388 Hour 11, “Restructuring the Appearance of Data”   390 Hour 12, “Understanding Dates and Times”   391 Hour 13, “Joining Tables in Queries”   392 Hour 14, “Using Subqueries to Define Unknown Data”   394 Hour 15, “Combining Multiple Queries into One”   396 Hour 16, “Using Indexes to Improve Performance”   397 Hour 17, “Improving Database Performance”   399 Hour 18, “Managing Database Users”   403 Hour 19, “Managing Database Security”   404 Hour 20, “Creating and Using Views and Synonyms”   404 Hour 21, “Working with the System Catalog”   406 Hour 22, “Advanced SQL Topics”   407 Hour 23, “Extending SQL to the Enterprise, the Internet, and the Intranet”   408 Hour 24, “Extensions to Standard SQL”   409 Appendix D: Bonus Exercises   411 Appendix E: Glossary 425 Index   429


Best Sellers


Product Details
  • ISBN-13: 9780672337598
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Sams Publishing
  • Depth: 25
  • Height: 230 mm
  • No of Pages: 464
  • Series Title: Sams Teach Yourself
  • Weight: 730 gr
  • ISBN-10: 0672337592
  • Publisher Date: 24 Dec 2015
  • Binding: Paperback
  • Edition: 6
  • Language: English
  • Returnable: Y
  • Spine Width: 25 mm
  • Width: 179 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

3.3       |  6 Reviews 
out of (%) reviewers recommend this product
Top Reviews
Rating Snapshot
Select a row below to filter reviews.
5
4
3
2
1
Average Customer Ratings
3.3       |  6 Reviews 
00 of 0 Reviews
Sort by :
Active Filters

00 of 0 Reviews
SEARCH RESULTS
1–2 of 2 Reviews
    BoxerLover2 - 5 Days ago
    A Thrilling But Totally Believable Murder Mystery

    Read this in one evening. I had planned to do other things with my day, but it was impossible to put down. Every time I tried, I was drawn back to it in less than 5 minutes. I sobbed my eyes out the entire last 100 pages. Highly recommend!

    BoxerLover2 - 5 Days ago
    A Thrilling But Totally Believable Murder Mystery

    Read this in one evening. I had planned to do other things with my day, but it was impossible to put down. Every time I tried, I was drawn back to it in less than 5 minutes. I sobbed my eyes out the entire last 100 pages. Highly recommend!


Sample text
Photo of
    Media Viewer

    Sample text
    Reviews
    Reader Type:
    BoxerLover2
    00 of 0 review

    Your review was submitted!
    SQL in 24 Hours, Sams Teach Yourself
    Pearson Education (US) -
    SQL in 24 Hours, Sams Teach Yourself
    Writing guidlines
    We want to publish your review, so please:
    • keep your review on the product. Review's that defame author's character will be rejected.
    • Keep your review focused on the product.
    • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
    • Refrain from mentioning competitors or the specific price you paid for the product.
    • Do not include any personally identifiable information, such as full names.

    SQL in 24 Hours, Sams Teach Yourself

    Required fields are marked with *

    Review Title*
    Review
      Add Photo Add up to 6 photos
      Would you recommend this product to a friend?
      Tag this Book
      Read more
      Does your review contain spoilers?
      What type of reader best describes you?
      I agree to the terms & conditions
      You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

      CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

      These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


      By submitting any content to Bookswagon, you guarantee that:
      • You are the sole author and owner of the intellectual property rights in the content;
      • All "moral rights" that you may have in such content have been voluntarily waived by you;
      • All content that you post is accurate;
      • You are at least 13 years old;
      • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
      You further agree that you may not submit any content:
      • That is known by you to be false, inaccurate or misleading;
      • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
      • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
      • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
      • For which you were compensated or granted any consideration by any unapproved third party;
      • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
      • That contains any computer viruses, worms or other potentially damaging computer programs or files.
      You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


      For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


      All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

      Accept

      New Arrivals


      Inspired by your browsing history


      Your review has been submitted!

      You've already reviewed this product!
      ASK VIDYA