The data in this table is as follows: Team Opponent Tigers Dragons Carp Swallows Bay Stars Marines Ham Fighters The latest scores from the Japanese Baseball League are in the table with schem Scores(Team, Opponent, RunsFor, RunsAgainst) Lions Tigers Swallows Giants Hawks Buffaloes O a. Hawks Giants Hawks Buffaloes O b. Dragons O c. Buffaloes d. Giant Golden Eagles Dragons Carp Bay Stars Marines Ham Fighters RunsFor 5 1 Bay Stars 3 6 3 Tigers Ham Fighters 4 2 5 1 8 RunsAgainst 3 5 6 Golden Eagles Lions 12 What is the result of executing the following query on this data? 1362 4 2 5 1 8 6 Identify, in the list below, a row of the result. Marines SELECT Team, Opponent FROM Scores WHERE Team LIKE '% %' OR Opponent LIKE '_i%';
The data in this table is as follows: Team Opponent Tigers Dragons Carp Swallows Bay Stars Marines Ham Fighters The latest scores from the Japanese Baseball League are in the table with schem Scores(Team, Opponent, RunsFor, RunsAgainst) Lions Tigers Swallows Giants Hawks Buffaloes O a. Hawks Giants Hawks Buffaloes O b. Dragons O c. Buffaloes d. Giant Golden Eagles Dragons Carp Bay Stars Marines Ham Fighters RunsFor 5 1 Bay Stars 3 6 3 Tigers Ham Fighters 4 2 5 1 8 RunsAgainst 3 5 6 Golden Eagles Lions 12 What is the result of executing the following query on this data? 1362 4 2 5 1 8 6 Identify, in the list below, a row of the result. Marines SELECT Team, Opponent FROM Scores WHERE Team LIKE '% %' OR Opponent LIKE '_i%';
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
![The latest scores from the Japanese Baseball League are in the table with schema:
**Scores(Team, Opponent, RunsFor, RunsAgainst)**
### Data Table:
| Team | Opponent | RunsFor | RunsAgainst |
|----------------|---------------|---------|-------------|
| Dragons | Tigers | 5 | 3 |
| Carp | Swallows | 4 | 6 |
| Bay Stars | Giants | 2 | 1 |
| Marines | Hawks | 1 | 3 |
| Ham Fighters | Buffaloes | 8 | 6 |
| Lions | Golden Eagles | 3 | 12 |
| Tigers | Dragons | 8 | 2 |
| Swallows | Carp | 6 | 3 |
| Giants | Bay Stars | 1 | 2 |
| Hawks | Marines | 3 | 5 |
| Buffaloes | Ham Fighters | 6 | 8 |
| Golden Eagles | Lions | 12 | 1 |
### Query:
What is the result of executing the following query on this data?
```sql
SELECT Team, Opponent
FROM Scores
WHERE Team LIKE '%i%' OR Opponent LIKE '_i%';
```
### Explanation:
This SQL query selects the Team and Opponent from the Scores table where either the Team name contains the letter 'i' or the Opponent name starts with the letter 'i'.
### Identification Task:
Identify, in the list below, a row of the result:
- a. Hawks - Marines
- b. Dragons - Tigers
- c. Buffaloes - Ham Fighters
- d. Giant - Bay Stars
From the dataset provided, apply the SQL query filtering criteria:
- Team names with '%i%' (which means it contains 'i'): Lions, Tigers, Giants, Hawks, Marines
- Opponent names with '_i%' (which means it starts with 'i'): Lions, Giants
After applying this filter, possible results include rows where either Team or Opponent meets the criteria. Using this information:
- Hawks (Team) and Marines (Opponent) contains 'i'.
Therefore, the correct answer is:
**a. Hawks - Marines**](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2F238f500e-fb01-442a-b5c4-e9cc2a608cbb%2Faf8f9080-530e-4dfe-b105-7853df8a28b0%2Fyvb129a_processed.jpeg&w=3840&q=75)
Transcribed Image Text:The latest scores from the Japanese Baseball League are in the table with schema:
**Scores(Team, Opponent, RunsFor, RunsAgainst)**
### Data Table:
| Team | Opponent | RunsFor | RunsAgainst |
|----------------|---------------|---------|-------------|
| Dragons | Tigers | 5 | 3 |
| Carp | Swallows | 4 | 6 |
| Bay Stars | Giants | 2 | 1 |
| Marines | Hawks | 1 | 3 |
| Ham Fighters | Buffaloes | 8 | 6 |
| Lions | Golden Eagles | 3 | 12 |
| Tigers | Dragons | 8 | 2 |
| Swallows | Carp | 6 | 3 |
| Giants | Bay Stars | 1 | 2 |
| Hawks | Marines | 3 | 5 |
| Buffaloes | Ham Fighters | 6 | 8 |
| Golden Eagles | Lions | 12 | 1 |
### Query:
What is the result of executing the following query on this data?
```sql
SELECT Team, Opponent
FROM Scores
WHERE Team LIKE '%i%' OR Opponent LIKE '_i%';
```
### Explanation:
This SQL query selects the Team and Opponent from the Scores table where either the Team name contains the letter 'i' or the Opponent name starts with the letter 'i'.
### Identification Task:
Identify, in the list below, a row of the result:
- a. Hawks - Marines
- b. Dragons - Tigers
- c. Buffaloes - Ham Fighters
- d. Giant - Bay Stars
From the dataset provided, apply the SQL query filtering criteria:
- Team names with '%i%' (which means it contains 'i'): Lions, Tigers, Giants, Hawks, Marines
- Opponent names with '_i%' (which means it starts with 'i'): Lions, Giants
After applying this filter, possible results include rows where either Team or Opponent meets the criteria. Using this information:
- Hawks (Team) and Marines (Opponent) contains 'i'.
Therefore, the correct answer is:
**a. Hawks - Marines**
Expert Solution
![](/static/compass_v2/shared-icons/check-mark.png)
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
![C How to Program (8th Edition)](https://www.bartleby.com/isbn_cover_images/9780133976892/9780133976892_smallCoverImage.gif)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
![Database Systems: Design, Implementation, & Manag…](https://www.bartleby.com/isbn_cover_images/9781337627900/9781337627900_smallCoverImage.gif)
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education