~/ learn/ comp-378/ cards/ SELECT … FROM … WHERE: Projection, Filtering, DISTINCT & Predicates
1 of 6

List the names of employees whose name starts with the letter R.

List the names of employees whose name starts with the letter R.

Answer

SELECT name FROM employees WHERE name LIKE 'R%'

space flip · ← → navigate · esc to exit
NORMAL ~/memra/library/a94947f0-d132-45dc-b5b3-be4502240028/flashcard utf-8 LF