Difference Between SQL and PL/SQL
SQL is a declarative language. It only specifies what data is needed. PL/SQL is a procedural language. It specifies both that what data is needed and how it can be retrieved.
SQL is a declarative language. It only specifies what data is needed. PL/SQL is a procedural language. It specifies both that what data is needed and how it can be retrieved.