I remember three easy programming questions (similar to leetcode).
Using the provided question bank, write a SQL query that returns three questions classified as easy programming questions.
question_id, title, and topic.question_id in ascending order before selecting the three rows.| Column | Type | Description |
|---|---|---|
| question_idPK | INT | Unique identifier for the question |
| title | VARCHAR(150) | Question title |
| difficulty | VARCHAR(20) | Question difficulty classification |
| question_type | VARCHAR(30) | Type of question |
| topic | VARCHAR(50) | Primary topic associated with the question |