1. write a query to delete 3rd record from the below table.
table name: test_tbl
Please post your delete query in comment section.
PHP & MySQL Interview Questions
Subscribe to:
Post Comments (Atom)
1. write a query to delete 3rd record from the below table.
table name: test_tbl
Please post your delete query in comment section.
2 comments:
your query is right Mr. Jhunnu...
The Correct query :
delete from test_tbl where id=1 limit 1
Post a Comment