• Post category:StudyBullet-7
  • Reading time:6 mins read


Learn SQL/mySQL for FREE

What you will learn

You will learn how to query a database in SQL

You will have detailed knowledge and understanding of using MySQL, one of the most used databases in the world.

You will program SQL to solve a variety of database problems, with applicability in IT industry projects

You will gain knowledge of SQL and MySQL, which will allow you to apply for jobs in the IT sector.

Description

Hello,

Getting here means you want to learn programming. You’ve come to the right place!

Why programming?

Because you earn well, the employment rate in the field is almost 100%, or maybe just for fun.

We want to help you build a real experience in the field, not just learn a programming language.

When you are just starting out in IT and want to get a job, the most important thing is to prove to your employer that you are capable of producing for him.

If you bring added value to the employer, everything is fine, and our complete beginner course can help you do just that. You will learn how to read and write complex queries in a database using one of the most sought after skills. – MySQL.

Learning SQL is one of the fastest ways to improve your career prospects, as it is one of the most sought-after technological skills! In this course you will learn quickly and you will receive challenges along the way to improve your understanding!

In this course you will learn the basics of SQL without the need for prior knowledge of databases.

You will learn the basics of SQL syntax.


Get Instant Notification of New Courses on our Telegram channel.


You will learn what databases are, tables, and how to use them.

You will learn how to create databases and tables.

You will learn to modify existing tables.

You will learn to enter data in tables.

You will learn to read data from tables.

You will learn to modify existing data in tables.

You will learn how to delete data from tables.

Upon completion of this course, you will have the skills to be able to use SQL with confidence, to have a solid understanding of MySQL and to be skilled in designing databases.

Success!

English
language

Content

Course Presentation

What is SQL?
What is a database?
What is a table?

Installing the necessary software

Installing MySql Server & MySql Workbench

Data types

What data types can we work with?

How to create and alter a database

CREATE DATABASE & CREATE TABLE – theory
CREATE DATABASE & CREATE TABLE – practice
ALTER TABLE – modify a table structure – theory
ALTER TABLE – modify a table structure – practice
Unique identifiers
AUTO_INCREMENT

Inserting data

INSERT : inserting data in our tables – theory
INSERT : inserting data in our tables – practice

Reading data

SELECT- reading data from our tables – theory
SELECT- reading data from our tables – practice

Filtering data

WHERE – theory
WHERE – practice
Feedback

Modifying data

UPDATE- updating data in our tables – theory
Settings
UPDATE- updating data in our tables – practice

Deleting data

DELETE – deleting our table data – theory
DELETE – deleting our table data – practice

What’s next?

What’s next