logo

Crowdly

Browser

Add to Chrome

Consider the following SQL query, which is intended to find students who have ma...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Consider the following SQL query, which is intended to find students who have marks higher than the student with ID = 10:

<SQL>

SELECT

Name

FROM

Student

WHERE

Marks > (SELECT Marks FROM Student WHERE ID = 10);

What potential issue could occur with this query?

83%
0%
0%
17%
More questions like this

Want instant access to all verified answers on moodle.nottingham.ac.uk?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome