Insert Data in MySQL using PHP | Insertion In PHP
In Today’s tutorial we will see how to insert data in MySQL using PHP, But for that we require database and table to be created. In PHP Tutorial, we have seen…
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 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…