[PDF] [PDF] Résumé de quelques commandes MySQL importantes

Connexion à MySQL (via la console unix) tables Créer une table CREATE TABLE nomDeLaTable (nomDeLaColonne http://www w3schools com/sql/



Previous PDF Next PDF





[PDF] PHP TUTORIAL BASIC LEVEL http://wwww3schoolscom/php/

PHP combined with MySQL are cross-platform (you can develop in Windows and serve on The CREATE TABLE statement is used to create a table in MySQL



[PDF] Résumé de quelques commandes MySQL importantes

Connexion à MySQL (via la console unix) tables Créer une table CREATE TABLE nomDeLaTable (nomDeLaColonne http://www w3schools com/sql/



[PDF] Pl/sql tutorial w3schools pdf - Squarespace

The PHP certificate documents your knowledge of PHP and SQL (MySQL) 6 ways to take your site to the next level with Ektron: Create site stickiness through and Index by Tables Tutorial Oracle PL/SQL Records Type with Examples Of 



[PDF] SQL Quick Reference From W3Schools

11 jan 2013 · SQL Quick Reference From W3Schools SQL Statement Syntax AND / CREATE TABLE table_name DROP INDEX index_name (MySQL)



Php Connect To Mysql W3schools Online Web Tutorials

13 nov 2018 · PHP MySQL Database - MySQL – W3Schools - MySQL Database MySQL Connect MySQL Create DB MySQL Create Table MySQL Insert



[PDF] SQL i - Tutorialspoint

SQL ─ CREATE Table SQL - Creating a Table from an Existing Table Management Systems (RDMS) like MySQL, MS Access, Oracle, Sybase, Informix,  



[PDF] MySQL Workbench Tutorial - Oracle

OTN Developer Day MySQL http://www oracle com/technetwork Hands on Lab Manual We will use the world database and create a table Table Description

[PDF] create website with ruby

[PDF] creating 3d models from 2d images

[PDF] creating a business plan

[PDF] creating a css profile for parent use

[PDF] creating a document in ms word 2007

[PDF] creating a document in ms word 2016

[PDF] creating a gmail account

[PDF] creating a logo

[PDF] creating a new document in ms word

[PDF] creating a new document in ms word 2010

[PDF] creating a new variable with existing data points is referred to as

[PDF] creating a rest api using node js express and mongodb

[PDF] creating a website

[PDF] creating a youtube channel

[PDF] creating an app

Connexion

etexécution nomUsagerͲp

QuitterMySQLQUIT;

SOURCE

chemin/nomDuFichier.sql;

Annulerunecommandeencoursdefrappe\c

Gestiondesbasesde

nomDeLaBD;

UtiliserunebasededonnéesUSEnomBD;

Gestiondes

tablesCréerunetableCREATETABLE nomDeLaTable nomDeLaColonne TypeDeValeurs AttributDesValeurs, nomDeLaColonne TypeDeValeurs AttributDesValeurs,... );

Afficherlestables

ModifierunetableALTERTABLE

nomDeLaTable

RENAMEAS nouveauNomDeLaTable;

ALTERTABLE

nomDeLaTable ADD nomDeLaColonneTypeDeValeurs;

ALTERTABLE

nomDeLaTable

CHANGE

ALTERTABLE

nomDeLaTable

DROPCOLUMN

nomDeLaColonne;

EffacerunetableDROPTABLEnomDeLaTable;

Gestions

nomDeLaTable

VALUES(

valeur1,valeur2,...);

VALUES(

valeur1,valeur2,...); FROM nomDeLaTable WHERE certainnesColonnes=CertainesValeurs

GROUPBY

nomDeLaColonne

ORDERBY

nomDeLaColonneAttributD'ordre; SET WHERE certainnesColonnes=CertainesValeurs; Modifierl'affichagedunomdecolonneSELECT... FROM... ASnomAlias; Recherched'unpattern.(Retourneicicequicommencepar'a')SELECT... FROM...WHERE...LIKE'a%'; certainnesColonnes=CertainesValeurs;

Typesde

Chaînede

Date(formataaaaͲmmͲjj)DATE

Heure(formathh:mm:ss)TIME

Attributdes

LechamppeutêtrelaissévideNULL

CléprimairePRIMARYKEY

ValeurspardéfautDEFAULT'Texte'

Attribut

d'ordreAscendantASCDescendentDESC

FonctionsFonctionsmathématiquesSUM(

nomDeLaColonne),MIN(nomDeLaColonne), MAX( nomDeLaColonne),AVG(nomDeLaColonne),

COUNT(

nomDeLaColonne),COUNT(*) desdatesYEAR( uneDate),MONTH(uneDate),

DAYOFMONTH(

uneDate),TO_DAYS(uneDate)quotesdbs_dbs2.pdfusesText_2