Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

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

 
 
 

Contributors

Languages

  • TeX 57.9%
  • TSQL 42.1%