Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Francois Mares
NF18 - Projet SCF - Groupe 5
Commits
2680a1c1
Commit
2680a1c1
authored
May 20, 2021
by
Clement Lucas
Browse files
Update DATA.sql
parent
9a3fb252
Changes
1
Hide whitespace changes
Inline
Side-by-side
SQL/DATA.sql
View file @
2680a1c1
...
...
@@ -48,6 +48,6 @@ INSERT INTO Billet (prix, paiement, assurance, id_voyageur) VALUES (15.5, 'espè
---Trajet (#id_trajet : int, #id_billet=>Billet, numéro_place :integer, durée: heure,
--- horaire_départ=>Horaires, horaire_arrivée=>Horaires);
INSERT
INTO
Trajet
(
id_billet
,
numero_place
,
duree
,
horaire_depart
,
horaire_arrivee
)
VALUES
(
1
,
280
,
'00:50:00'
,
1
,
2
);
INSERT
INTO
Trajet
(
id_trajet
,
id_billet
,
numero_place
,
duree
,
horaire_depart
,
horaire_arrivee
)
VALUES
(
1
,
1
,
280
,
'00:50:00'
,
1
,
2
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment