Archive for February, 2012

Sylhet Tour In Joyantapur

Sylhet Tour In  Joyantapur

Jaflong,Sylhet, Bnagladesh

Sylhet Tour In Jaflong

Jaflong,Sylhet ,Bangladesh

Sylhet Tour In Jaflong

 

MyPhoto1

In Sylhet Tour in Mhadhob kondu

 

Oracle VIEWS

SQL: VIEWS

http://www.techonthenet.com/sql/views.php

________________________________________

A view is, in essence, a virtual table. It does not physically exist. Rather, it is created by a query joining one or more tables.

Creating a VIEW
The syntax for creating a VIEW is:
CREATE VIEW view_name AS
SELECT columns
FROM table
WHERE predicates;

For example: Read the rest of this entry »

Feature of Oracle

Definition

http://searchoracle.techtarget.com/definition/10g

10g is Oracle’s grid computing product group including (among other things) a database management system (DBMS) and an application server. In addition to supporting grid computing features such as resource sharing and automatic load balancing, 10g products automate many database management tasks. The Real Application Cluster (RAC) component makes it possible to install a database over multiple servers. Read the rest of this entry »