DIFFERENCE BETWEEN SQL & SQL * PLUS
SQL & Vs. SQL * PLUS As we all know, SQL is a language. While SQL*Plus is a tool. SQL is the query language used for communication with Oracle…
DIFFERENCE BETWEEN FUNCTIONS AND PROCEDURES
Hi friends, We all are aware of functions and procedures used in various programming languages. But many of us sometimes get confused between both. Come, Let’s point out some differences…
DIFFERENCE BETWEEN A STORED PROCEDURE AND A TRIGGER
STORED PROCEDURE TRIGGER A Stored procedure can be defined as a user defined code written in PL/SQL, which may or may not return a value when invoked by calling it…
Difference Between SQL and PL/SQL | SQL vs. PL/SQL
Friends, As we know, Oracle is combination of both SQL and PL/SQL. To become an Oracle DBA, one probably needs to learn both of them. Still, there are some points…