수업목표

수업결과물

필요한 준비물 ****

1. WHERE

SELECT *
FROM `thelook_ecommerce.users` 
WHERE first_name = 'Michael';

2. 비교 연산자

SELECT id, email
FROM `thelook_ecommerce.users` 
WHERE age >= 30;