Querying and Filtering Data in Mysql Table
Querying and Filtering Data in Mysql Table
MySQL Table
Using MySQL SELECT statement to query
data
• Create a table employees
• Insert Multiple VALUES at a time
Operator Description
= Equal
• Example-2
•
• MySQL AND operator examples
• MIN()example
SELECT MIN(salary) AS SmallestPrice FROM
employees;
• Max()example
SELECT Max(salary) AS LargestPrice FROM
employees;