Hi List[], How i can find the execution time of query in jdbc.i.e IF suppose i fire select * from emp query then how we can find that how much time it takes to get data from table.
Keep in mind there's no such thing as a static execution time of a query. Query times can vary depending on the data in your system. If you have no data, for example, queries will be fast!