0 votes
in Sql by
What is the difference between SQL and PL/SQL?

1 Answer

0 votes
by

SQL is a Structured Query Language to create and access databases whereas PL/SQL comes with procedural concepts of programming languages.

...