SQL Programming For Beginners
What you'll learn
- Install a database server
- Request data from a table
- Create stored procedure
- Modify a stored procedure
- Add data to a table
- Modify existing data in a table
- Extract data from multiple tables
- Aggregate data
Course content
- Preview01:16
- Preview02:29
- Preview09:00
- 03:31What is MySQL
- 14:55Download and Install MySQL (Windows)
- 06:02What is MySQL Workbench
- 06:58MySQL Installation (Mac)
- 05:36MySQL Workbench Installation (Mac)
- 02:50What is a Schema
- 06:56Data Types
Requirements
- Computer and Internet connection are required.
Description
Our world is driven by data and a lot of that data is stored in databases. In order to unlock the information and insights stored in databases, we need a way of asking for data. One common language for asking about and modifying data in databases is SQL. SQL in some form or another is used in database products across the spectrum. From small SQLite databases in mobile devices to my MySQL servers, hosting data for blogs and other apps, to enterprise scale Oracle and Microsoft SQL server databases running multi-billion dollar corporations.
The goal for this course is to get you comfortable working with the basics of the language, using MySQL. We'll look at how to get information from more than one database table, and I'll introduce some more features and functions of SQL.
After that, we'll take a look at adding and modifying data in tables that already exist in a database. This course will help prepare you to work with SQL in programming or data reporting applications, and it will provide a foundation for deeper learning about database administration, advanced SQL, and developing with data.
SQL (Structured Query Language) is a common tool for retrieving data from relational databases such as SQL Server, MySQL, MongoDB, and PostgreSQL. This course provides an introduction to this core programming language. Learn how to request data from a database server, limit and sort the responses, aggregate data from multiple tables with joins, and edit and delete data.
Topics include:
Installing MySQL
What is SQL?
Requesting for data with SELECT
Limiting database responses
Organizing responses
Requesting for data from two or more tables
Understanding join types and data types
Using stored procedure
Removing duplicate records
Adding and modifying data in a table
Who this course is for:
- Beginners to SQL
- Beginners to MySQL
- Anyone who wants to learn something new
Instructor
Bluelime is UK based and creates quality easy to understand eLearning solutions .All our courses are 100% video based. We teach hands –on- examples that teach real life skills .
Bluelime has engaged in various types of projects for fortune 500 companies and understands what is required to prepare students with the relevant skills they need.