File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ use BandDB;
3
3
insert into band (band_name, band_birth) values
4
4
(' Black Sabbath' , 1968 ),
5
5
(' Led Zeppelin' , 1968 ),
6
- (' The Beatles' , 1968 ),
6
+ (' The Beatles' , 1960 ),
7
7
(' 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 );
20
20
21
21
insert into album (album_name, album_birth, band_id_FK) values
22
22
(' Black Sabbath' , 1970 , 1 );
You can’t perform that action at this time.
0 commit comments