Delete Records Payments in SQL

Question:

Delete Records – Payments

Contains the run and evaluate script of Oracle DML. Can be used as example

Write a query to delete payment details from payments table where discount coupon ‘D1’ was applied .

 
 
Delete Records Payments in SQL

CODE:

 delete from payments where discount_id='D1';

rdbms programs | rdbms programs with output | rdbms programming languages | rdbms database program

Sharing Is Caring