Create a table for storing the details of a products. Insert at least 15 rows in the table.Write an implicit cursor of y
Posted: Mon Jun 06, 2022 1:23 pm
Create a table for storing the details of a products. Insert at
least 15 rows in the table.Write an implicit cursor of your choice
to demonstrate any DML statements.
Write an explicit cursor to select some rows from the products
table, perform UPDATE statement on rows as per your choice. . After
executing dml statement in cursor, show the result of your
table
least 15 rows in the table.Write an implicit cursor of your choice
to demonstrate any DML statements.
Write an explicit cursor to select some rows from the products
table, perform UPDATE statement on rows as per your choice. . After
executing dml statement in cursor, show the result of your
table