Hi all. I am new in the DEV’s world and I just started a job where I am working with PL\SQL.
I have seen here some courses about SQL but not about PL\SQL.
I would like to learn and understand about Procedures, Triggers, etc. Is there a similar language (C++, Python, etc) that I could learn it? Any suggestions?
Hello @eg33,
Welcome to the forums! PL/SQL is an extension to SQL that is proprietary to Oracle. It’s a procedural language compiled by the database and stored in the database.
Here’s some good info on triggers.
Another link for general PL/SQL.
I would recommend learning SQL before learning PL/SQL.
Hope that helps.
2 Likes