We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0584a35 + 6916d93 commit 3ffeb5dCopy full SHA for 3ffeb5d
SQL Deep Dive/Distinct/questions.sql
@@ -4,7 +4,7 @@
4
* Question: What unique titles do we have?
5
*/
6
7
-SELECT * FROM employees;
+SELECT * FROM titles;
8
9
10
/*
0 commit comments