Learn SQL using MySQL in One Day and Learn It Well
eBook - ePub

Learn SQL using MySQL in One Day and Learn It Well

SQL for beginners with Hands-on Project

  1. 121 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Learn SQL using MySQL in One Day and Learn It Well

SQL for beginners with Hands-on Project

About this book

Master SQL and unlock the power of database management. From basics to advanced queries, this book guides you through practical exercises to efficiently manage data.

Key Features

  • Step-by-step guidance from basic to advanced SQL techniques
  • Comprehensive coverage of MySQL, a leading database management system
  • Practical exercises with solutions to reinforce learning

Book Description

Learn SQL (using MySQL) in One Day and Learn It Well is the ultimate guide for beginners aiming to grasp the complexities of SQL through hands-on learning. Starting with an introduction to the essence of databases, this book methodically advances through defining and manipulating tables, mastering data insertion, updates, deletions, and executing sophisticated data selection techniques across its comprehensive chapters. It further explores the creation and utility of views, the implementation of triggers to automate database responses, and the intricacies of variables, stored routines, control flow tools, and cursors, culminating in a capstone project that brings all concepts together.Culminating in a project, this book offers a unique opportunity to apply all the learned concepts in a practical, real-world scenario, reinforcing the skills and knowledge acquired throughout the chapters. The appendices provide additional resources including table definitions for practical exercises modeled on real-world scenarios.Embark on a learning journey that transitions you from novice to proficient in managing and querying databases with MySQL, empowering you with the skills to tackle real-world data challenges.

What you will learn

  • Understand the fundamental concepts and architecture of databases
  • Define and design efficient database tables to store data logically
  • Utilize advanced selection techniques to manipulate & analyze data
  • Create views to simplify complex queries and enhance accessibility
  • Implement triggers to automate database operations
  • Complete a hands-on project to apply skills in a practical scenario

Who this book is for

This book is ideal for individuals with no prior experience in SQL or database management. It is perfect for those looking to acquire a strong foundational understanding of SQL using MySQL. Pre-requisites include basic computer literacy and an eagerness to learn data management techniques.

]]>

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Learn SQL using MySQL in One Day and Learn It Well by Jamie Chan in PDF and/or ePUB format, as well as other popular books in Computer Science & Databases. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Chapter 1: Introduction
  2. Chapter 2: Defining the Database
  3. Chapter 3: Defining Tables
  4. Chapter 4: Inserting, Updating and Deleting Data
  5. Chapter 5: Selecting Data Part 1
  6. Chapter 6: Selecting Data Part 2
  7. Chapter 7: Selecting Data Part 3
  8. Chapter 8: Views
  9. Chapter 9: Triggers
  10. Chapter 10: Variables and Stored Routines
  11. Chapter 11: Control Flow Tools
  12. Chapter 12: Cursors
  13. Chapter 13: Project
  14. Appendix A: Tables for companyHR
  15. Appendix B: Tables for sportsDB
  16. Appendix C: Suggested Solution for Project