Photo AI

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 icon

Question 2

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.png

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

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

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

Answer

Step 4

98%

120 rated

Answer

Step 5

97%

117 rated

Answer

Step 6

97%

121 rated

Answer

Step 7

96%

114 rated

Answer

Join the NSC students using SimpleStudy...

97% of Students

Report Improved Results

98% of Students

Recommend to friends

100,000+

Students Supported

1 Million+

Questions answered

;