LibCoder

MySQL Crash Course: A Hands-on Introduction to Database Development

1C Agda DataBase (SQL)
MySQL Crash Course: A Hands-on Introduction to Database Development
Автор: Silva Rick
Дата выхода: 2023
Издательство: No Starch Press, Inc.
Количество страниц: 360
Размер файла: 3,8 МБ
Тип файла: PDF
Добавил: LibCoder
Оглавление
Acknowledgments . xixIntroduction xxiPART I: GETTING STARTED ....1Chapter 1: Installing MySQL and Tools....3Chapter 2: Creating Databases and Tables....9PART II: SELECTING DATA FROM A MYSQL DATABASE ....25Chapter 3: Introduction to SQL ....27Chapter 4: MySQL Data Types ....37Chapter 5: Joining Database Tables....51Chapter 6: Performing Complex Joins with Multiple Tables ....63Chapter 7: Comparing Values....85Chapter 8: Calling Built-in MySQL Functions ....99Chapter 9: Inserting, Updating, and Deleting Data....143PART III: DATABASE OBJECTS ....157Chapter 10: Creating Views ....159Chapter 11: Creating Functions and Procedures ....165Chapter 12: Creating Triggers....195Chapter 13: Creating Events....209PART IV: ADVANCED TOPICS ....217Chapter 14: Tips and Tricks....219Chapter 15: Calling MySQL from Programming Languages....237PART V: PROJECTS....259Chapter 16: Building a Weather Database....261Chapter 17: Tracking Changes to Voter Data with Triggers....277Chapter 18: Protecting Salary Data with Views....301Afterword....313Index ....315

Описание

В этом материале разберём тему: database.

This practical, hands-on introduction teaches readers all they need to know. With databases lurking in the background of every website, knowing how to manage them with MySQL is a no-brainer. MySQL Crash Course is a fast-paced, no-nonsense introduction to relational database development. You’ll learn the basics of SQL, how to create a database, craft SQL queries to extract data, and work with events,procedures, and functions. It’s filled withpractical examples and expert advice that will have you up and running quickly. You’ll see how to add constraints to tables to enforce rules about permitted data and useindexes to accelerate data retrieval. Three final projects will show you how to build a weather database from scratch, use triggers to prevent errors in anelection database, and use views to protect sensitive data in a salary database. You’ll even explore how to call MySQL from PHP, Python, and Java.

You’ll also learn how to:Query database tables for specific information, order the results, comment SQL code, and deal with null values

Define table columns to hold strings, integers, and dates, and determine what data types to use

Join multiple database tables as well as use temporary tables, common table expressions, derived tables, andsubqueries

Add, change, and remove data from tables, create views based on specific queries, write reusable stored routines, and automate and schedule events

The perfect quick-start resource for database developers, MySQL Crash Course will arm you with the tools you needto build and manage fast, powerful, and secure MySQL-based data storage systems.

На этом основные моменты по теме закрыты.

database data mysql tables crash course introduction will

Частые вопросы

Можно ли скачать «MySQL Crash Course: A Hands-on Introduction to Database Development» бесплатно?

Да, «MySQL Crash Course: A Hands-on Introduction to Database Development» доступна для бесплатного скачивания на нашем сайте в формате PDF. Ссылка на файл находится на этой странице.

В каком формате и какого размера файл?

Книга предоставляется в формате PDF, размер файла 3,8 МБ.

Кто автор и когда вышла книга?

автор — Silva Rick, издательство No Starch Press, Inc., год выпуска 2023, 360 страниц.

О чём книга «MySQL Crash Course: A Hands-on Introduction to Database Development»?

With databases lurking in the background of every website, knowing how to manage them with MySQL is a no-brainer.

Похожие материалы