can we execute mySQL queries in jQuery Calllback functions & misc. functions
like simple query
UPDATE EMPLOYEE SET PAY = PAY + 500 WHERE E_ID = \
You can't directly access a database from javascript/jQuery but you can post to a web service on the server which can access the database.