Brief Summary
This course is all about getting your hands dirty with MySQL! You'll dive into the wonderful world of databases, learning to create, update, and manage your data using SQL. Perfect for anyone who wants to build their own web projects!
Key Points
-
Learn MySQL syntax and basics
-
Understand CRUD operations: Create, Read, Update, Delete
-
Get to know data types and how to use them
-
Master transactions and subselects
-
Explore views and stored routines
Learning Outcomes
-
Write and execute MySQL queries with confidence
-
Create and update databases and tables easily
-
Utilize MySQL's built-in functions effectively
-
Implement basic data management practices
-
Develop a full CRUD application
About This Course
A guide to work with MySQL and it's syntax, CRUD, data types, transactions, sub selects, views, and store routines.
MySQL is by far the most popular database management system for small- to medium-sized web projects. Only the proprietary Oracle database and the small embeddable SQLite are more widely deployed. MySQL is named after the eldest daughter of Ulf Michael Widenius, the main author of the original version of MySQL whose daughter's name is My.
MySQL routines the Structured Query Language also known as SQL to define, update and query the database. SQL is used on fundamentally all major relational database systems, on many platforms and in many applications. I will cover the necessary skills to use and program a database using MySQL. It is the nature of database management systems that there is marvellous divergence between how SQL is implemented in each system. Most of this course is keen on showing you how SQL is implemented by MySQL and how it can be used effectively in your database applications.
In this course, I will provide clear, concise tutorials that guide you through creating and maintaining a MySQL database of your own. We will start with the basic syntax of SQL as it's implemented by MySQL. I will explain how to use the select statement, and how to create, update, and delete data from your tables. I'll show you specifically where the MySQL version of SQL differs from the standard, and how to get the most out of MySQL specific dialect.
I also will explore the
Plus, learn about the multi-platform PHP PDO interface that will help you connect your database to web applications.
I will cover creating and deleting databases, data types, transactions, sub selects, views, and stored routines. And finally, I will show you a full working CRUD application. CRUD is an acronym for Create, Read, Update and Delete. MySQL is one of the most widely deployed database management systems in the world. Understanding MySQL will serve you well in your database applications.
Sreejith G.
It is very good for people who want to get knowledge about MySQL.