Select all columns from the users table.
SELECT FROM users;
Wildcard character for all columns
Filter records based on a condition.
SELECT * FROM products price > 100;
Used to extract only those records that fulfill a specified condition
Combine rows from two tables based on a related column.
SELECT * FROM orders users ON orders.user_id = users.id;
Selects records that have matching values in both tables
Create a new table.
users (id INT, name VARCHAR(50));
Used to create a new table in a database
Certificate Locked
You must complete the exercises with a score of 70% or higher to unlock your certificate.
ProTechSolution
Certificate of Completion
Proudly Presented To
Student Name
For successfully completing all exercises and challenges with an outstanding score in the MySQL course.
Verify ID: LH-XXXX-XXXXXX