luulinh90s's picture
update
3bed294
raw
history blame
42 kB
<html><head>
<style>
body { font-family: Arial, sans-serif; margin: 20px; }
h1 { text-align: center; }
.cot-title { color: blue; }
.pos-title { color: green; }
h2 { color: black; text-align: left; }
h3 { color: black; text-align: left; }
h4 { color: darkslategray; }
table { width: 100%; border-collapse: collapse; margin: 20px 0; }
table, th, td { border: 1px solid #ddd; padding: 8px; }
th { background-color: #f2f2f2; }
tr:nth-child(even) { background-color: #f9f9f9; }
.highlight { background-color: #ffffcc; }
.true { color: green; }
.false { color: red; }
.highlighted-cell { background-color: yellow; cursor: pointer; }
.step-title { background-color: #f1f1f1; color: #444; padding: 10px; margin: 10px 0; font-size: 18px; border-left: 4px solid #888; }
.step { display: block; }
</style>
</head><body>
<hr>
<h3><span>Statement:</span> during the years of 1950 through 1965 , the goals scored were less than 160</h3>
<h3>Input Table: list of top association football goal scorers by country</h3>
<div class="step">
<div class="step">
<div class="step-title">Step 1: Extract the start and end years from the 'years' column then add columns 'start_year' and 'end_year' to the existing table.</div>
<div id="step-1" class="content">
<table>
<tr>
<td>rank</td>
<td>name</td>
<td>years</td>
<td>matches</td>
<td>goals</td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">dudu georgescu</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1970-01-01 - 1986-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">370</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">252</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">2</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">ionel danciulescu</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1993-01-01 - present</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">427</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">210</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">3</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">rodion camataru</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1974-01-01 - 1989-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">377</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">198</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">4</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">marin radu</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1974-01-01 - 1989-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">384</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">190</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">5</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">ion oblemenco</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1964-01-01 - 1976-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">272</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">170</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">5</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">florea dumitrache</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1966-01-01 - 1983-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">357</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">170</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">7</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">mircea sandu</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1970-01-01 - 1987-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">407</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">167</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">8</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">victor piturca</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1975-01-01 - 1989-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">301</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">166</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">mihai adam</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">9999-01-01 - 1976-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">353</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">160</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">10</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">titus ozon</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1947-01-01 - 1964-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">270</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">157</span></td>
</tr>
</table>
</div>
<hr>
<div class="step">
<div class="step-title">Step 2: Select rows where the 'start_year' is greater than or equal to 1950 and the 'end_year' is less than or equal to 1965.</div>
<div id="step-0" class="content">
<table>
<tr>
<td>rank</td>
<td>name</td>
<td>years</td>
<td>matches</td>
<td>goals</td>
<td>start_year</td>
<td>end_year</td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">dudu georgescu</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1970-01-01 - 1986-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">370</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">252</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1970</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1-01</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">2</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">ionel danciulescu</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1993-01-01 - present</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">427</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">210</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1993</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;"></span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">3</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">rodion camataru</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1974-01-01 - 1989-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">377</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">198</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1974</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1-01</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">4</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">marin radu</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1974-01-01 - 1989-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">384</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">190</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1974</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1-01</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">5</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">ion oblemenco</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1964-01-01 - 1976-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">272</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">170</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1964</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1-01</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">5</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">florea dumitrache</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1966-01-01 - 1983-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">357</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">170</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1966</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1-01</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">7</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">mircea sandu</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1970-01-01 - 1987-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">407</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">167</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1970</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1-01</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">8</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">victor piturca</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1975-01-01 - 1989-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">301</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">166</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1975</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1-01</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">mihai adam</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-01-01 - 1976-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">353</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">160</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">9999</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1-01</span></td>
</tr>
<tr>
<td>10</td>
<td>titus ozon</td>
<td>1947-01-01 - 1964-01-01</td>
<td>270</td>
<td>157</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1947</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1-01</span></td>
</tr>
</table>
</div>
</div>
<hr>
<div class="step">
<div class="step-title">Step 3: Extract the numerical value of 'goals' from the 'goals' column then add column 'num_goals' to the existing table.</div>
<div id="step-1" class="content">
<table>
<tr>
<td>rank</td>
<td>name</td>
<td>years</td>
<td>matches</td>
<td>goals</td>
<td>start_year</td>
<td>end_year</td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">dudu georgescu</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1970-01-01 - 1986-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">370</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">252</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1970</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1-01</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">2</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">ionel danciulescu</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1993-01-01 - present</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">427</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">210</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1993</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;"></span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">3</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">rodion camataru</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1974-01-01 - 1989-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">377</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">198</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1974</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1-01</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">4</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">marin radu</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1974-01-01 - 1989-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">384</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">190</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1974</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1-01</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">5</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">ion oblemenco</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1964-01-01 - 1976-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">272</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">170</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1964</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1-01</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">5</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">florea dumitrache</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1966-01-01 - 1983-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">357</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">170</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1966</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1-01</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">7</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">mircea sandu</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1970-01-01 - 1987-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">407</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">167</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1970</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1-01</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">8</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">victor piturca</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1975-01-01 - 1989-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">301</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">166</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1975</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1-01</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">mihai adam</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-01-01 - 1976-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">353</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">160</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1-01</span></td>
</tr>
</table>
</div>
</div>
<hr>
<div class="step">
<div class="step-title">Step 4: Select rows where 'num_goals' is less than 160.</div>
<div id="step-2" class="content">
<table>
<tr>
<td>rank</td>
<td>name</td>
<td>years</td>
<td>matches</td>
<td>goals</td>
<td>start_year</td>
<td>end_year</td>
<td>num_goals</td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">dudu georgescu</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1970-01-01 - 1986-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">370</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">252</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1970</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">0</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">2</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">ionel danciulescu</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1993-01-01 - present</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">427</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">210</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1993</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;"></span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">0</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">3</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">rodion camataru</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1974-01-01 - 1989-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">377</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">198</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1974</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">0</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">4</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">marin radu</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1974-01-01 - 1989-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">384</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">190</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1974</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">0</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">5</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">ion oblemenco</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1964-01-01 - 1976-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">272</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">170</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1964</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">0</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">5</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">florea dumitrache</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1966-01-01 - 1983-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">357</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">170</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1966</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">0</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">7</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">mircea sandu</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1970-01-01 - 1987-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">407</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">167</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1970</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">0</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">8</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">victor piturca</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1975-01-01 - 1989-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">301</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">166</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1975</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">0</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">mihai adam</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-01-01 - 1976-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">353</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">160</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">0</span></td>
</tr>
</table>
</div>
</div>
<hr>
<div class="step">
<div class="step-title">Step 5: Use a `CASE` statement to return TRUE if the number of rows is greater than or equal to 1, otherwise return FALSE.</div>
<div id="step-3" class="content">
<table>
<tr>
<td>rank</td>
<td>name</td>
<td>years</td>
<td>matches</td>
<td>goals</td>
<td>start_year</td>
<td>end_year</td>
<td>num_goals</td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">dudu georgescu</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1970-01-01 - 1986-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">370</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">252</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1970</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">0</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">2</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">ionel danciulescu</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1993-01-01 - present</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">427</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">210</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1993</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;"></span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">0</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">3</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">rodion camataru</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1974-01-01 - 1989-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">377</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">198</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1974</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">0</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">4</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">marin radu</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1974-01-01 - 1989-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">384</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">190</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1974</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">0</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">5</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">ion oblemenco</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1964-01-01 - 1976-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">272</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">170</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1964</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">0</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">5</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">florea dumitrache</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1966-01-01 - 1983-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">357</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">170</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1966</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">0</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">7</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">mircea sandu</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1970-01-01 - 1987-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">407</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">167</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1970</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">0</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">8</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">victor piturca</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1975-01-01 - 1989-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">301</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">166</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1975</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">0</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">9</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">mihai adam</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">9999-01-01 - 1976-01-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">353</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">160</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">9999</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1-01</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">0</span></td>
</tr>
</table>
</div>
</div>
<hr>
<table>
<tr>
<td>verification_result</td>
</tr>
<tr>
<td>TRUE</td>
</tr>
</table>
</div>
</div>
<hr>
<h3>Prediction:</span> TRUE</h3>
</body></html>