Sharda LMS

Discover → Learn → Practice → Assess → Record

sql

SQL: students above 50

Practice table students(id, name, marks) has Asha 80, Ram 45, Neha 90. Select names with marks > 50. Output is one name per line, table order.

Student code never runs against the production database or filesystem. A classroom interpreter grades it.

Public examples

  • Input:

    Output: Asha Neha

Login as a student to save attempts and scores.

Output will appear here.