Deleting table records with SQL
Often you will hear about deleting table records with SQL, but how is this achieved, if you have not done it before? In previous videos on SQL we discussed how to update records in SQL , how to insert data into a table in SQL. You could be faced with the scenario where there is…