Open the incomplete project file called Question2_P.dpr in the Question 2 folder - NSC Information Technology - Question 2 - 2023 - Paper 1
Question 2
Open the incomplete project file called Question2_P.dpr in the Question 2 folder.
Enter your examination number in the first line of the Question2U.pas unit file.
Co... show full transcript
Worked Solution & Example Answer:Open the incomplete project file called Question2_P.dpr in the Question 2 folder - NSC Information Technology - Question 2 - 2023 - Paper 1
Step 1
Button [2.1.1 - iOS devices]
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To display all iOS devices from the tblDevices table, use the following SQL query:
SELECT DeviceID, DeviceName
FROM tblDevices
WHERE OperatingSystem LIKE 'iOS';
Step 2
Button [2.1.2 - Category selected]
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To display the DeviceName, Category, and NumInStock for the selected category, the SQL query should be:
SELECT DeviceName, Category, NumInStock
FROM tblDevices
WHERE Category LIKE '