The result of query known as
Answers
Answered by
2
Answer:
A ResultSet is a Java object that contains the results of executing an SQL query. In other words, it contains the rows that satisfy the conditions of the query.
Explanation:
i hope it is helpful
plzz mark me as a brainliest
Answered by
0
Answer:
A ResultSet is a Java object that contains the results of executing an SQL query. In other words, it contains the rows that satisfy the conditions of the query. The data stored in a ResultSet object is retrieved through a set of get methods that allows access to the various columns of the current row.
Explanation:
MARK ME IN BRAINLIEST
Similar questions