Skip to content
Ontoor blogs
One place for all Solutions
Home
Blogs
Resources
Videos
APEX hours
Ontoor Concepts
Ontoor Shorts
Ontoor Extras
Links
APEX Tutorials
Ontoor Plugins
Web Tutorials
Events and Webinars
Categories
APEX
APEX
APEX Tutorials
APEX Plugins
Interactive Grid
Oracle
ORACLE
SQL
PLSQL
Shorts
JavaScript
Menu
Statement Level
Row level, statement level Trigger
ORACLE
By
Ashish Sahay
·
February 24, 2020
·
0 Comment
Create two tables based on the query: insert into product values ('ashish',sysdate); / update product set message = 'Ashish Sahay' where current_date = sysdate; /
Read more