Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MUHAMAD ANDHAR DEZAN
Fasilkom Pet Clinic
Commits
d95c6561
Commit
d95c6561
authored
May 21, 2019
by
Andhar1
Browse files
Try to add price for each vets in the database
parent
0bc295a4
Pipeline
#18970
failed with stage
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/db/hsqldb/data.sql
View file @
d95c6561
INSERT
INTO
vets
VALUES
(
1
,
'James'
,
'Carter'
);
INSERT
INTO
vets
VALUES
(
2
,
'Helen'
,
'Leary'
);
INSERT
INTO
vets
VALUES
(
3
,
'Linda'
,
'Douglas'
);
INSERT
INTO
vets
VALUES
(
4
,
'Rafael'
,
'Ortega'
);
INSERT
INTO
vets
VALUES
(
5
,
'Henry'
,
'Stevens'
);
INSERT
INTO
vets
VALUES
(
6
,
'Sharon'
,
'Jenkins'
);
INSERT
INTO
vets
VALUES
(
1
,
'James'
,
'Carter'
,
NULL
);
INSERT
INTO
vets
VALUES
(
2
,
'Helen'
,
'Leary'
,
NULL
);
INSERT
INTO
vets
VALUES
(
3
,
'Linda'
,
'Douglas'
,
NULL
);
INSERT
INTO
vets
VALUES
(
4
,
'Rafael'
,
'Ortega'
,
NULL
);
INSERT
INTO
vets
VALUES
(
5
,
'Henry'
,
'Stevens'
,
NULL
);
INSERT
INTO
vets
VALUES
(
6
,
'Sharon'
,
'Jenkins'
,
NULL
);
INSERT
INTO
specialties
VALUES
(
1
,
'radiology'
);
INSERT
INTO
specialties
VALUES
(
2
,
'surgery'
);
...
...
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