Query the Name of any student in STUDENTS who scored higher than
The STUDENTS table is described as follows:
| Field | Type |
|---|---|
| ID | Integer |
| Name | String |
| Marks | Integer |
The Name column only contains uppercase (
A-Z) and lowercase (a-z) letters.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Query the Name of any student in STUDENTS who scored higher than
The STUDENTS table is described as follows:
| Field | Type |
|---|---|
| ID | Integer |
| Name | String |
| Marks | Integer |
The Name column only contains uppercase (
A-Z) and lowercase (a-z) letters.