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 975b9dc

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

File tree

Expand file treeCollapse file tree

1 file changed

+17
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+17
-2
lines changed

‎BandDB--DML.sql

Copy file name to clipboard
+17-2Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
use BandDB;
22

33
insert into band (band_name, band_birth) values
4-
("Black Sabbath", 1968);
4+
('Black Sabbath', 1968),
5+
('Led Zeppelin', 1968),
6+
('The Beatles', 1968),
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);
520

621
insert into album (album_name, album_birth, band_id_FK) values
7-
("Black Sabbath", 1970, 1;
22+
('Black Sabbath', 1970, 1);
823

0 commit comments

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