Friday, December 12, 2008

Celebrate Ferewel Party





SQL BASIC INSTRUCTIONS FOR MINING, INSERT, UPDATE DATA


SQL stands for Structured Query Language is a very simple liguaggio similar to "human language"
What is it?
used to manipulate database data and use it for questions, input and editing of data entered and finally used for the disposal of existing data.
SQL is universally accepted by system manufacturers for Database:
Microsoft Access, Microsoft SQL Server, Oracle
;

IBM DB2 My SQL SQL
Postre
E 'used in traditional programming languages \u200b\u200bsuch as DC + +, java and web oriened type ASP, PHP
ACCES SQL supports just click on the drop-down menu "View SQL"
The SQL language performs the following functions:
DDL (Data Definition Language), which provides instructions to define the structure of relationships in the data base. Ultimately serves to create tables, constraints, views, etc..
DML (Data Manipulation Language) contains instructions to manipulate data in different tables. In particular it allows insertions, deletions e modifiche delle righe delle tabelle nonché consente di effettuare interrogazioni sulla base dei dati.
DCL (Data Control Language) riguarda le istruzioni per controllare il modo in cui le operazioni vengono eseguite, consente di gestire degli accessi per più utenti e i permessi per gli utenti autorizzati
L’uso di SQL :
Modalità stand alone o sé stante
Modalità embbedded o linguaggio ospite
Invece le ISTRUZIONI DI BASE di SQL sono le seguenti :

L’INSERIMENTO dei dati è possibile collocarli all’interno di una o più righe di una tabella, ciccando sul comando INSERT.
ESEMPIO

L’UPDATE O MODIFICA una volta inseriti i dati è possibile edit using the command UPDATE
EXAMPLE

clear to users of rows within a table when using the command DELATE. EXAMPLE



0 comments:

Post a Comment