This chapter will focus on explaining what SQL is and why is it used. Then it will talk about using the query browser to connect to the MySQL database and creating a table. This chapter does not cover the setting up of a database server as that is a technical topic beyond the scope of the intended audience for this course.
This chapter will provide an introduction to the basic MySQL commands like SELECT, DISTINCT, WHERE, logical operators, ORDER BY, INSERT, UPDATE and DELETE
MySQL Functions
This chapter covers some pre-requisites which are necessary to master in order to extract data from multiple tables. Graduating MySQL high school and entering college
This chapter aims to cover MySQL joins and how can they be used to extract data from multiple joins
You must complete all chapters before taking the course exam.
This is the term used to define a table column name which can uniquely identify a row.
When you have column(s) in a table where it is used as a primary key in another table, then that key is called a foreign key in the former.
When you have column(s) in a table where it is used as a primary key in another table, then that key is called a foreign key in the former.
edit
You are making progress towards completing chapter 4 and unlocking the Advanced MySQL Badge
This badge is worth: 50 Points
No one has said anything yet!
Start the discussion by asking a question.