Difference Between SQL And PL/SQL
SQL SQL refers to simple statements like Insert, Create, Select, update which can be used to select and manipulate data from database. SQL is Structured Query Language created to manipulate relational databases. SQL is a declarative database. There are no variables in SQL. In SQL, a particular query is executed at a time. These queries … Read more