Select Random Records
Don’t start Select Random Records with jargon. Start with student names. That is the whole point.
Select Random Records order — meaning → SELECT name, marks FROM … → one limit. Dumping ten features helps nobody.
Without Select Random Records, marks table gets messy and student names is hard to trust.
Select Random Records shows up in marks table. Name student names, not “a real-world scenario”.
Select Random Records trap — SELECT * in production reports. Rohit loses marks for that every viva.
After Select Random Records, Rohit should still remember SELECT * in production reports.
One breath for Select Random Records, then student names, then SELECT * in production reports. Sit down.
FROM students
│
▼
WHERE city = 'Pune'
│
▼
SELECT name, marksSay Select Random Records in one breath, then SELECT name, marks FROM …, then SELECT * in production reports.