Abigaelchemtai/Alx_basic
$ cat my_script.sql -- first 3 students in the Batch ID=3 -- because Batch 3 is the best! SELECT id, name FROM students WHERE batch_id = 3 ORDER BY created_at DESC LIMIT 3;
Python
No issues in this repository yet.
$ cat my_script.sql -- first 3 students in the Batch ID=3 -- because Batch 3 is the best! SELECT id, name FROM students WHERE batch_id = 3 ORDER BY created_at DESC LIMIT 3;
Python
No issues in this repository yet.