Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca8f2e0

Browse filesBrowse files
committed
Update BandDB--DML.sql
1 parent 975b9dc commit ca8f2e0
Copy full SHA for ca8f2e0

File tree

Expand file treeCollapse file tree

1 file changed

+13
-13
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+13
-13
lines changed

‎BandDB--DML.sql

Copy file name to clipboardExpand all lines: BandDB--DML.sql
+13-13Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ use BandDB;
33
insert into band (band_name, band_birth) values
44
('Black Sabbath', 1968),
55
('Led Zeppelin', 1968),
6-
('The Beatles', 1968),
6+
('The Beatles', 1960),
77
('Deep purple', 1968),
8-
('The Doors', 00),
9-
('Pink Floyd', 00),
10-
('Metallica', 00),
11-
('Iron Maiden', 00),
12-
('Pantera', 00),
13-
('Megadeth', 00),
14-
('Guns n Roses', 00),
15-
('Red Hot Chili Peppers', 00),
16-
('The Rolling Stones', 00),
17-
('AC/DC', 00),
18-
('Cream', 00),
19-
('Creedence Clearwater Revival', 00);
8+
('The Doors', 1965),
9+
('Pink Floyd', 1965),
10+
('Metallica', 1981),
11+
('Iron Maiden', 1975),
12+
('Pantera', 1981),
13+
('Megadeth', 1983),
14+
('Guns n Roses', 1985),
15+
('Red Hot Chili Peppers', 1983),
16+
('The Rolling Stones', 1962),
17+
('AC/DC', 1973),
18+
('Cream', 1966),
19+
('Creedence Clearwater Revival', 1958);
2020

2121
insert into album (album_name, album_birth, band_id_FK) values
2222
('Black Sabbath', 1970, 1);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.