Deleting Data from a Table





Most databases will grow to unmanageable sizes if they don't receive regular maintenance. To delete rows from a database, use the Delete From statement. Its Syntax is:
Delete From tableName Where Select_a_list
The selection criteria list is a list of column names and relational operators that define the matching criteria used to select a row for deletion. The selection criteria may be several expressions connected by the logical operators.
Domain Name Search
|