Tec&Cult
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Tec&Cult

Technologie et Culture
 
AccueilAccueil  PortailPortail  GalerieGalerie  Dernières imagesDernières images  RechercherRechercher  S'enregistrerS'enregistrer  Connexion  
Rechercher
 
 

Résultats par :
 
Rechercher Recherche avancée
Derniers sujets
» Que faire à Paris le week-end du 15 août ?
SQL Views SQL Views EmptyJeu 11 Aoû - 11:20 par Admin

» T-shirt Mec de Paname
SQL Views SQL Views EmptyMer 3 Aoû - 17:04 par Admin

» dating web site uk dating free parent single
SQL Views SQL Views EmptyMer 3 Aoû - 10:56 par Invité

» rsvp dating website seeking bisexual
SQL Views SQL Views EmptyLun 1 Aoû - 2:08 par Invité

» dating french woman gay bottom seeking tops
SQL Views SQL Views EmptyDim 31 Juil - 21:59 par Invité

» dating philippine woman man seeking wealthy woman
SQL Views SQL Views EmptyVen 29 Juil - 12:51 par Invité

» dating lesbian n r cacee cobb dating lachey nick
SQL Views SQL Views EmptyVen 29 Juil - 3:17 par Invité

» single dating chat room relationship dating advice
SQL Views SQL Views EmptyJeu 28 Juil - 0:21 par Invité

» скачать порно тетя скачать порнофото семейное
SQL Views SQL Views EmptyJeu 21 Juil - 14:34 par Invité

Navigation
 Portail
 Index
 Membres
 Profil
 FAQ
 Rechercher
Forum
Partenaires
Forum gratuit


Tchat Blablaland
Le Deal du moment : -28%
Précommande : Smartphone Google Pixel 8a 5G ...
Voir le deal
389 €

Partagez | 
 

 SQL Views SQL Views

Voir le sujet précédent Voir le sujet suivant Aller en bas 
AuteurMessage
Admin
Admin


Messages : 156
Date d'inscription : 20/05/2010

SQL Views SQL Views _
MessageSujet: SQL Views SQL Views   SQL Views SQL Views EmptyJeu 23 Juin - 15:55

http://toptech.geekaddict.net/
SQL Views

A VIEW is a virtual table, through which a selective portion of the data from one or more tables can be seen. Views do not contain data of their own. They are used to restrict access to the database or to hide data complexity. A view is stored as a SELECT statement in the database. DML operations on a view like INSERT, UPDATE, DELETE affects the data in the original table upon which the view is based.

The Syntax to create a sql view is

CREATE VIEW view_name
AS
SELECT column_list
FROM table_name [WHERE condition];

view_name is the name of the VIEW.
The SELECT statement is used to define the columns and rows that you want to display in the view.
For Example: to create a view on the product table the sql query would be like

CREATE VIEW view_product
AS
SELECT product_id, product_name
FROM product;
Revenir en haut Aller en bas
http://toptech.geekaddict.net
 

SQL Views SQL Views

Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 1

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
Tec&Cult :: Informatique :: Oracle :: Oracle PL SQL-
Sauter vers: