Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
data-networks-web
lab-exercises
Commits
89f16500
Commit
89f16500
authored
Oct 22, 2017
by
Sorrel Harriet
Browse files
updating fluck data
parent
882598d2
Changes
1
Show whitespace changes
Inline
Side-by-side
lab-3/sql/FluckGiven_Inserts.sql
View file @
89f16500
DELETE
FROM
FluckGiven
;
INSERT
INTO
FluckGiven
(
account_id
,
serve_id
)
VALUES
(
48
,
22
),
(
5
,
82
),
(
26
,
30
),
(
39
,
84
),
(
31
,
29
),
(
15
,
59
),
(
34
,
75
),
(
2
,
58
),
(
34
,
18
),
(
15
,
32
),
(
47
,
86
),
(
25
,
36
),
(
49
,
89
),
(
45
,
88
),
(
39
,
19
),
(
1
,
95
),
(
31
,
33
),
(
23
,
20
),
(
17
,
27
),
(
23
,
61
),
(
21
,
70
),
(
13
,
20
),
(
28
,
97
),
(
48
,
64
),
(
13
,
86
),
(
5
,
48
),
(
9
,
7
),
(
14
,
2
),
(
32
,
40
),
(
27
,
66
),
(
13
,
30
),
(
44
,
28
),
(
19
,
74
),
(
39
,
73
),
(
24
,
21
),
(
41
,
8
),
(
38
,
73
),
(
39
,
30
),
(
26
,
37
),
(
11
,
97
);
INSERT
INTO
FluckGiven
(
serve_id
)
VALUES
(
21
),
(
70
),
(
26
),
(
54
),
(
75
),
(
47
),
(
40
),
(
36
),
(
89
),
(
30
),
(
21
),
(
83
),
(
41
),
(
51
),
(
43
),
(
13
),
(
48
),
(
46
),
(
5
),
(
34
),
(
74
),
(
96
),
(
78
),
(
66
),
(
39
),
(
28
),
(
50
),
(
42
),
(
17
),
(
71
),
(
69
),
(
96
),
(
73
),
(
42
),
(
11
),
(
96
),
(
33
),
(
50
),
(
65
),
(
11
);
Write
Preview
Markdown
is supported
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