I am doing a query in MySQL and when the query exists it returns the values of good.
But here's the question, what value does ResultSet
receive when the search does not exist? Type searched for a name in the records of the table if that name does not exist in the database what is returned?
I searched the internet but found nothing related.