SELECT sales_date, order_id,product_id,customer_id,salesperson_id,quantity, unit_price, sales_amount, tax_amount, total_amount FROM sales DBMS_OUTPUT.PUT_LINE(l_sales ...
Bulk actions allow you to execute custom logic on large sets of documents. They can be triggered from all sorts of context (while browsing, on search results, during a workflow) and are meant to be ...