Skip to content

Commit 66364a7

Browse files
authored
Create SQL Police Department 6
1 parent e737996 commit 66364a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SQL Police Department 6

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/*Please submit all records' details sorted by join dates in descending order.*/
2+
SELECT PassChangeCount, FirstName, FamilyName, Email, Joined
3+
FROM mailing_list
4+
ORDER BY Joined DESC;

0 commit comments

Comments
 (0)