Smart home devices are becoming more popular among people that have access to fast reliable internet connections - NSC Information Technology - Question 2 - 2023 - Paper 1
Question 2
Smart home devices are becoming more popular among people that have access to fast reliable internet connections.
A database called SmartDevicesDB.mdb has been deve... show full transcript
Worked Solution & Example Answer:Smart home devices are becoming more popular among people that have access to fast reliable internet connections - 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 retrieve the DeviceID and DeviceName of all devices using the iOS operating system from the tblDevices table, use the following SQL statement:
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 show the DeviceName, Category, and NumInStock for a selected device type from the combo box, the SQL query can be structured as follows:
SELECT DeviceName, Category, NumInStock
FROM tblDevices
WHERE Category LIKE '
Step 3
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Step 4
98%
120 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Step 5
97%
117 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Step 6
97%
121 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Step 7
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!