Higher Than 75 Marks

Sort by

recency

|

2378 Discussions

|

  • + 0 comments

    Nice discussion. i have ever seen higher figure than 75 marks on Nova patti

  • + 0 comments

    Both the Names and IDs have to be sorted ascendingly. It specifies that for IDs but not for Names.

  • + 0 comments

    SELECT NAME FROM STUDENTS WHERE MARKS > 75 ORDER BY RIGHT(NAME,3), ID ASC;

  • + 0 comments

    You can query students scoring above a certain mark with SELECT Name FROM STUDENTS WHERE Marks > Value ORDER BY RIGHT(Name, 3), ID ASC;. Like a No777 by type and color for easy selection, this query organizes student names by the last three characters and ID, making results clear and structured.

  • + 0 comments

    You can query students scoring above a certain mark with SELECT Name FROM STUDENTS WHERE Marks > Value ORDER BY RIGHT(Name, 3), ID ASC;. Like a hot chocolate price starbucks by type and color for easy selection, this query organizes student names by the last three characters and ID, making results clear and structured.