Skip to content

Commit

Permalink
Create McPeople.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
exoad authored Jul 26, 2021
1 parent c00eb26 commit 845015e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SQL/Where Clauses - Level 1/McPeople.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SELECT first_name, last_name FROM Person
WHERE last_name LIKE "Mc%"

0 comments on commit 845015e

Please sign in to comment.