Question: Which ADO.NET component is used to execute SQL commands?
Options:
Correct Answer: Command
Solution:
The Command object in ADO.NET is used to execute SQL commands against a database.