QUESTION IMAGE
Question
question 28 (2 points) ✓ saved listen create table is used as a ado.net statement. 1) true 2) false
ADO.NET is used for data access in.NET applications. CREATE TABLE is a SQL (Structured Query Language) statement used to create a table in a database. ADO.NET can execute SQL statements (including CREATE TABLE), but CREATE TABLE itself is a SQL statement, not an ADO.NET - specific statement. However, if the question is whether CREATE TABLE can be used with ADO.NET (by executing it as a SQL command via ADO.NET), the answer would be different. But typically, the statement "CREATE TABLE is used as a ADO.net statement" is false because CREATE TABLE is a SQL statement, and ADO.NET is a data access technology that can execute SQL statements (including CREATE TABLE), but CREATE TABLE is not an ADO.NET statement in the sense of being part of the ADO.NET API's own statements (like methods in ADO.NET classes).
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
- False