Based on the following query: SELECT V_CODE, V_NAME, V_CONTACT, V_STATE FROM VENDOR WHERE V_STATE = TN ORDER
Question:
Based on the following query:
SELECT V_CODE, V_NAME, V_CONTACT, V_STATE
FROM VENDOR
WHERE V_STATE = ‘TN’
ORDER BY V_NAME;
Assume that 10,000 vendors are distributed as shown in Table P11.18. What percentage of rows will be returned by the query?
Table P11.18:
State | Number of Vendors | State | Number of Vendors |
AK | 15 | MS | 47 |
AL | 55 | NC | 358 |
AZ | 100 | NH | 25 |
CA | 3244 | NJ | 645 |
CO | 345 | NV | 16 |
FL | 995 | OH | 821 |
GA | 75 | OK | 62 |
HI | 68 | PA | 425 |
IL | 89 | RI | 12 |
IN | 12 | SC | 65 |
KS | 19 | SD | 74 |
KY | 45 | TN | 113 |
LA | 29 | TX | 589 |
MD | 208 | UT | 36 |
MI | 745 | VA | 375 |
MO | 35 | WA | 258 |
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Database Systems Design Implementation and Management
ISBN: 978-1337627900
13th edition
Authors: Carlos Coronel, Steven Morris
Question Posted: