70-243 · Question #34
Your network contains a System Center 2012 Configuration Manager environment. You need to create a report that lists all of the client computers that do not have an Application named App1 instated…
The correct answer is C. SELECT SYS.Netbios_Name0 from v_R_System SYS. SELECT computer name FROM table v_R_System (SQL Syntax) WHERE resource ResourceID is NOT IN Add Remove Programs WHERE DisplayName0 = 'App1' SQL INNER JOIN Keyword The INNER JOIN keyword returns rows when there is at least one match in both tables.
Question
Your network contains a System Center 2012 Configuration Manager environment. You need to create a report that lists all of the client computers that do not have an Application named App1 instated. Which query should you use to create the report?
Options
- ASELECT SYS.Netbios_Name0, ARP.DisplayName0
- BSELECT SYS.Netbios_Name0 from v_R_System SYS
- CSELECT SYS.Netbios_Name0 from v_R_System SYS
- DSELECT SYS.Netbios_Name0, ARP.DisplayName0
How the community answered
(38 responses)- A5% (2)
- B11% (4)
- C63% (24)
- D21% (8)
Explanation
SELECT computer name FROM table v_R_System (SQL Syntax) WHERE resource ResourceID is NOT IN Add Remove Programs WHERE DisplayName0 = 'App1' SQL INNER JOIN Keyword The INNER JOIN keyword returns rows when there is at least one match in both tables.
Topics
Community Discussion
No community discussion yet for this question.