Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TP2_TableVueBus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
L3_InfoAMU
S3
BaseDeDonnees
TP2_TableVueBus
Commits
8c0e8cea
Commit
8c0e8cea
authored
2 months ago
by
SAEZ Theo
Browse files
Options
Downloads
Patches
Plain Diff
Début question 3, apprentissage des VIEW
parent
852facdf
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
BusTP2-Q3.sql
+5
-0
5 additions, 0 deletions
BusTP2-Q3.sql
with
5 additions
and
0 deletions
BusTP2-Q3.sql
0 → 100644
+
5
−
0
View file @
8c0e8cea
CREATE
VIEW
R
é
servationsAvecHoraires
AS
SELECT
r
.
NumR
,
r
.
NumC
,
r
.
NumT
,
r
.
VilleD
,
r
.
VilleA
,
r
.
Nbplaces
,
e_d
é
part
.
DATED
,
e_arriv
é
e
.
DATEA
FROM
R
é
servations
r
JOIN
Etapes
e_d
é
part
ON
r
.
NumT
=
e_d
é
part
.
NumT
AND
r
.
VilleD
=
e_d
é
part
.
DATEA
.
NomV
JOIN
ETAPES
e_arriv
é
e
ON
r
.
NumT
=
e_arriv
é
e
.
NumT
AND
r
.
VilleA
=
e_arriv
é
e
.
DATEA
.
NomV
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment