Search found 3 matches

by Mudasir_Khan
Mon Apr 19, 2010 4:36 am
Forum: Oracle Forms & Reports
Topic: SQL Basics - Part II
Replies: 1
Views: 4762

<font color="navy"><font face="Arial"><font size="5"><b>SELECT Statement</b></font id="size5"> The SELECT statement is used to query the database and retrieve selected data that match the criteria that you specify. The SELECT statement has five main clauses to...
by Mudasir_Khan
Sun Apr 18, 2010 7:26 am
Forum: Oracle Forms & Reports
Topic: SQL Basics - Part II
Replies: 1
Views: 4762

SQL Basics - Part II

SELECT Statement The SELECT statement is used to query the database and retrieve selected data that match the criteria that you specify. The SELECT statement has five main clauses to choose from, although, FROM is the only required clause. Each of the clauses have a vast selection of options, parame...
by Mudasir_Khan
Sat Apr 17, 2010 4:22 pm
Forum: Oracle Forms & Reports
Topic: SQL Basics - Part 1
Replies: 0
Views: 2975

SQL Basics - Part 1

<b><font color="navy"><font size="3"><font face="Arial">Basics of SQL</b> PL/SQL is a procedural language that Oracle developed as an extension to standard SQL to provide a way to execute procedural logic on the database. SQL, SQL*Plus, PL/SQL: What's the Difference? Th...