Skip to content

Sujet et données du projet Carthagéo 2019

Notifications You must be signed in to change notification settings

cboucheIGN/carthageo-projet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

carthageo-projet

Sujet et données du projet Carthagéo 2020

Création de la base

Par le SGBD pgAdmin

  • Se connecter à localhost
  • Créer une base olympics
    • CREATE DATABASE olympics;
  • Ouvrir la base olympics
    • Executer le fichier SQL olympics.schema.sql
    • Executer le fichier SQL olympics.data.sql

En ligne de commande

  • Ouvrir un terminal
  • Lancer les commandes suivantes
psql -U postgres -h localhost -d postgres -c "CREATE DATABASE olympics;"
psql -U postgres -h localhost -d olympics -f "olympics.schema.sql"
psql -U postgres -h localhost -d olympics -f "olympics.data.sql"

About

Sujet et données du projet Carthagéo 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 57.9%
  • TSQL 42.1%