• Post category:StudyBullet-2
  • Reading time:8 mins read

Master yourself in SQL, do practical projects with MySQL, PHP and Python

What you will learn

Do basic and complex queries using SQL

PHP project with SQL

Python project with SQL

Master yourself in MySQL

Basics and Advanced Understanding of PHP

Description

=== Our students’ reviews regarding this course ===

“it’s good that the course focuses more on the application part rather than just giving some bookish theories or concepts which anyone can read for the plenty of textbooks.” — Deepanshu Kumar

“Very clear and straight forward.” — Chakri Muthyala

“really very explanatory and easy to understand” — Sekh

“simply the best” — Frederick Ekow

“Very Informative Course. Thank You” — Subrata Debnath

“So far so good. The installation has a detailed guide every step of the way. This should be a benchmark for any other tutorials during the installation process of the software.” — Emilio Comiling

“Well based step-by-step information that is clearly understandable” — Volodymyr Gorbachov

The programming language PHP is one of the most popular scripting languages. It is free, open-source, and server-side (the code is executed on the server). And MySQL is another one of the most popular Relational Database Management System (RDBMS) that uses Structured Query Language (SQL). The combination of PHP and MySQL gives amazing and cool options to create amazing websites, APIs, web portals, and more.

By completing this course, you will be able to read and write basic and complex SQL queries using MySQL. This course gives you hands-on and practical experience on the world’s most popular RDBMS databases like MySQL. These skills are also applicable to any other RDMBS  databases (Like Oracle, MS SQL Server, SQLite, etc). You will do several practical projects with MySQL, PHP & Python.

Learning both SQL is one of the fastest ways to improve your career. Hope this course will be used as a helping hand for your prospective career. Please dig on free preview videos for more information.

English

Language

Content

Introduction to Course

Introduction

Introduction to MySQL and Installation

What is MySQL?

XAMPP Installation

MySQL Workbench Installation

MySQL Basics

Data types in MySQL Part – 1

Data types in MySQL Part – 2

Creating Database & Table through PHPMyAdmin

Creating Database & Table through MySQL Workbench

Understanding Primary Key, Database Users & their Permissions

Importing & Exporting Databases

Introduction to MySQL Queries and SELECT Clause


Get Instant Notification of New Courses on our Telegram channel.


Practical session on Insert + Update + Delete

MySQL Advanced

Mastering Table Storage Engines

Mastering Table Joining: Part 1

Mastering Table Joining: Part 2

Working with Math and Strings: Part 1

Working with Math and Strings: Part 2

Working with Group By: Part 1

Working with Group By: Part 2

Mastering Sub-queries: Part 1

Mastering Sub-queries: Part 2

Transactions and sequences

Mastering PHP

PHP Basics

PHP Advanced: Part 1

PHP Advanced: Part 2

PHP Advanced: Part 3

PHP Advanced: Part 4

PHP Advanced: Part 5

PHP + MySQL : Practical Project

PHP + MySQL: Basic Project # Part 1

PHP + MySQL: Basic Project # Part 2

Python Basics + Databased Programming with MySQL

Introduction to Python Variables

Python Datatypes

Creating MySQL Database through Python

Loading data into tables

Displaying data in HTML Tables

Database programming using Python Classes