Created
Sep 13, 2025 12:24 AM
Tags
Description
Email
Phone
Reviewed
Type
SQl Index
Module 1: MySQL Into Query
- SQL Subdivisions
- Data Definition Language (DDL)
- Data Manipulation Language (DML)
- Data Control Language (DCL)
- Transaction Control Language (TCL)
- Data Query Language (DQL)
- SELECT FROM
- MySQL SELECT FROM statement
- SQL ORDER BY
- Using ORDER BY clause to sort the result set by one column example
- Using the ORDER BY clause to sort the result set by multiple columns example
- Using the ORDER BY clause to sort a result set by an expression example
- Using MySQL ORDER BY clause to sort data using a custom list
- MySQL ORDER BY and NULL
- SQL Where
- Using the WHERE clause with operator example
- Using the WHERE clause with the AND operator
- Using the WHERE clause with OR operator
- Using the WHERE clause with the BETWEEN operator
- Using the WHERE clause with the LIKE operator example
- Using the WHERE clause with the IN operator example
- Using the WHERE clause with NOT IN operator
- Using the WHERE clause with the IS NULL operator
- Using MySQL WHERE clause with comparison operators
- Using MySQL DISTINCT clause
- Using MySQL LIMIT clause
- SELECT INTO Variable
- MySQL SELECT INTO variable
name | continent | area | population | gdp |
Afghanistan | Asia | 652230 | 25500100 | 20343000000 |
Albania | Europe | 28748 | 2831741 | 12960000000 |
Algeria | Africa | 2381741 | 37100000 | 188681000000 |
Andorra | Europe | 468 | 78115 | 3712000000 |
Angola | Africa | 1246700 | 20609294 | 100990000000 |
... |