Is there any possible way to excute the select sql query using javascript or jquery.
for ex : i want to run the query like
select * from abc
So, can I excute this query using javascript or jquery.
If yes then please guide me. If no then please give me the reason.
ThankYou