Pages

Subscribe:

Ads 468x60px

Monday, March 12, 2012

how to delete a record from database table using sql query

In this database tutorial we will learn that how we can delete a specific row from database table using sql query.

DELETE stores
WHERE stor_id = ‘TEST’

No comments:

Post a Comment