0 votes
in Cassandra by
What is the use of “ResultSet execute(Statement statement)” method?

1 Answer

0 votes
by
This method is used to execute a query. It requires a statement object.
...