Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/lsp4you/public_html/connect.php on line 2 LSP4YOU - Learner's Support Publications

SELECT Query

Q:10
Display the details of the Customer who had deposited exactly Rs. 10,000/-.


SQL> SELECT * FROM DEPOSIT WHERE AMOUNT=10000;

no rows selected