Latest developer linksBookmark and Share
 
HomeThis WeekTop MonthTop AlltimeSearchRegisterFAQ
  
 
Submit Your Link
Please login to submit your Link
 

Performing Single Table SELECT Statements

Posted: Oct/07/2009   By: pankaj   Points:15   Category: Oracle  - Query    Views:105   Vote Up (0)   Vote Down (0)    
The SELECT statement retrieves information from tables.
The SELECT statement specifies the table and a list of column names.
After the SELECT keyword, you supply the column names.
After the FROM keyword, you supply the table name.
The SQL statement is ended using a semicolon (;).
The items that immediately follow the SELECT statement can be any valid expressions.
The rows returned by the database are known as a result set.
Oracle database converts the column names into their uppercase equivalents.
Character and date columns are left-justified.
Number columns are right-justified.

View Complete Post


Comments:
Be the first to comment this post.
 
Post Comment
Please login to post your comment
More Related Resources

Writing Single Row Subqueries

  
A single row subquery is one that returns zero or one row to the outer SQL statement.

You may place a subquery in a WHERE clause, a HAVING clause, or a FROM clause of a SELECT statement.
 
Categories:
.NET
Java
PHP
C/C++/VC++
HTML/XML
SAP
MainFrames
Data Warehousing
Testing
MySQL
SQL Server
Oracle
Javascript/VB Script
Others
Login
 
 
 
 
 Forgot password
 Contact Us   Terms Of use   Share your knowledge