In SQL, which JOIN returns only matching records from both tables?
AINNER JOIN
BLEFT JOIN
CFULL OUTER JOIN
DCROSS JOIN
Correct Answer:
A. INNER JOIN
Explanation:
INNER JOIN returns only rows with matching values in both tables. LEFT JOIN includes unmatched left table rows, FULL OUTER JOIN includes all rows, and CROSS JOIN produces Cartesian product.
In cybersecurity, what is the primary purpose of a firewall?
AControl incoming and outgoing network traffic based on rules
BEncrypt all data transmitted
CDetect viruses and malware
DManage user authentication
Correct Answer:
A. Control incoming and outgoing network traffic based on rules
Explanation:
Firewalls filter traffic based on security policies. While they provide protection, encryption is separate, antivirus is different, and authentication is handled by other systems.
iGET uses cookies for essential site functionality, analytics, and ads personalization (via Google AdSense). By clicking "Accept", you consent to our use of cookies.
Privacy Policy ·
Disclaimer