Posts

Oracle Tutorial Oracle  is a relational database technology developed by Oracle. PLSQL  stands for " Procedural Language extensions to SQL" , and is an extension of SQL that is used in Oracle. PLSQL is closely integrated into the SQL language, yet it adds programming constructs that are not native to SQL. Our tutorial will start with the basics of Oracle such as how to retrieve and manipulate data. Then we will move to the more advanced topics such as how to create tables, functions, procedures, triggers, tablespaces, and schemas. We will conclude with a review of the functions that are proprietary to Oracle. With this tutorial, you should be on your way to becoming proficient in Oracle and PLSQL. Prerequisites There are no prequisities for this Oracle tutorial. You should be able to easily understand this tutorial and learn the basic concepts of Oracle as you progress to the more advanced topics. Now, let's get started! Oracle / PLSQL:  SELECT Statem