Photo AI

Open the incomplete project file called Question2_P.dpr in the Question 2 folder - NSC Information Technology - Question 2 - 2023 - Paper 1

Question icon

Question 2

Open-the-incomplete-project-file-called-Question2_P.dpr-in-the-Question-2-folder-NSC Information Technology-Question 2-2023-Paper 1.png

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

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

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 '

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

;