in JAVA by (5.1k points)

Which of the following encapsulates an SQL statement which is passed to the database to be parsed, compiled, planned and executed?

A - DriverManager

B - JDBC driver

C - Connection

D - Statement

1 Answer

0 votes
by (5.1k points)

Ans is 

D - Statement

Related questions

0 votes
asked May 21, 2020 in JAVA by GeorgeBell (5.1k points)
0 votes
asked May 21, 2020 in JAVA by GeorgeBell (5.1k points)
0 votes
asked May 21, 2020 in JAVA by GeorgeBell (5.1k points)
...