Skip to content

Commit 3ffeb5d

Browse files
authored
Merge pull request mobinni#13 from lkmandy/correct_starter_sql_question
question: Fix Typo In Distinct Starter SQL Query
2 parents 0584a35 + 6916d93 commit 3ffeb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQL Deep Dive/Distinct/questions.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Question: What unique titles do we have?
55
*/
66

7-
SELECT * FROM employees;
7+
SELECT * FROM titles;
88

99

1010
/*

0 commit comments

Comments
 (0)