Spaces:
Runtime error
Runtime error
<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> | |
<h1 class="pos-title">Plan-of-SQLs (Ours)</h1> | |
<hr> | |
<h3><span>Statement:</span> the opponent in final on 6 february 2000 in wellington new zealand on hard surface was katerina kramperová</h3> | |
<h3>Ground-truth:</span> FALSE</h3> | |
<h3>Input Table: leanne baker</h3> | |
<div class="step"> | |
<div class="step"> | |
<div class="step-title">Step 1: Select rows where 'date' is '2000-02-06'.</div> | |
<div id="step-1" class="content"> | |
<table> | |
<tr> | |
<td>outcome</td> | |
<td>date</td> | |
<td>location</td> | |
<td>surface</td> | |
<td>opponent_in_final</td> | |
<td>score</td> | |
</tr> | |
<tr> | |
<td>winner</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1999-05-02</span></td> | |
<td>coatzacoalcos , mexico</td> | |
<td>hard</td> | |
<td>candice jairala</td> | |
<td>3 - 6 6 - 3 7 - 5</td> | |
</tr> | |
<tr> | |
<td>winner</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1999-07-11</span></td> | |
<td>felixstowe , england</td> | |
<td>grass</td> | |
<td>karen nugent</td> | |
<td>6 - 4 6 - 4</td> | |
</tr> | |
<tr> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">runner - up</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">2000-02-06</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">wellington , new zealand</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">hard</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">mirielle dittmann</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">6 - 7 (5) 6 - 1 6 - 7 (5)</span></td> | |
</tr> | |
<tr> | |
<td>runner - up</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">2000-05-28</span></td> | |
<td>el paso , texas , usa</td> | |
<td>hard</td> | |
<td>erin burdette</td> | |
<td>1 - 6 3 - 6</td> | |
</tr> | |
<tr> | |
<td>runner - up</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">2003-09-14</span></td> | |
<td>spoleto , italy</td> | |
<td>clay</td> | |
<td>lenka snajdrova</td> | |
<td>4 - 6 3 - 6</td> | |
</tr> | |
<tr> | |
<td>winner</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">2005-02-06</span></td> | |
<td>wellington , new zealand</td> | |
<td>hard</td> | |
<td>mirielle dittmann</td> | |
<td>2 - 6 6 - 1 6 - 1</td> | |
</tr> | |
<tr> | |
<td>winner</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">2005-08-28</span></td> | |
<td>jesi , italy</td> | |
<td>hard</td> | |
<td>vanessa pinto</td> | |
<td>6 - 2 7 - 6 (6)</td> | |
</tr> | |
<tr> | |
<td>winner</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">2006-02-05</span></td> | |
<td>taupo , new zealand</td> | |
<td>hard</td> | |
<td>natsumi hamamura</td> | |
<td>6 - 1 6 - 2</td> | |
</tr> | |
<tr> | |
<td>winner</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">2006-02-12</span></td> | |
<td>wellington , new zealand</td> | |
<td>hard</td> | |
<td>katerina kramperová</td> | |
<td>6 - 4 1 - 6 6 - 0</td> | |
</tr> | |
<tr> | |
<td>winner</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">2008-04-20</span></td> | |
<td>mazatlán , mexico</td> | |
<td>hard</td> | |
<td>anna lubinsky</td> | |
<td>6 - 2 6 - 1</td> | |
</tr> | |
</table> | |
</div> | |
<hr> | |
<div class="step"> | |
<div class="step-title">Step 2: Select rows where 'location' is 'wellington , new zealand'.</div> | |
<div id="step-0" class="content"> | |
<table> | |
<tr> | |
<td>outcome</td> | |
<td>date</td> | |
<td>location</td> | |
<td>surface</td> | |
<td>opponent_in_final</td> | |
<td>score</td> | |
</tr> | |
<tr> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">runner - up</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">2000-02-06</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">wellington , new zealand</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">hard</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">mirielle dittmann</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">6 - 7 (5) 6 - 1 6 - 7 (5)</span></td> | |
</tr> | |
</table> | |
</div> | |
</div> | |
<hr> | |
<div class="step"> | |
<div class="step-title">Step 3: Select rows where 'surface' is 'hard'.</div> | |
<div id="step-1" class="content"> | |
<table> | |
<tr> | |
<td>outcome</td> | |
<td>date</td> | |
<td>location</td> | |
<td>surface</td> | |
<td>opponent_in_final</td> | |
<td>score</td> | |
</tr> | |
<tr> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">runner - up</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">2000-02-06</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">wellington , new zealand</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">hard</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">mirielle dittmann</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">6 - 7 (5) 6 - 1 6 - 7 (5)</span></td> | |
</tr> | |
</table> | |
</div> | |
</div> | |
<hr> | |
<div class="step"> | |
<div class="step-title">Step 4: Select rows where 'outcome' is 'runner-up'.</div> | |
<div id="step-2" class="content"> | |
<table> | |
<tr> | |
<td>outcome</td> | |
<td>date</td> | |
<td>location</td> | |
<td>surface</td> | |
<td>opponent_in_final</td> | |
<td>score</td> | |
</tr> | |
<tr> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">runner - up</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">2000-02-06</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">wellington , new zealand</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">hard</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">mirielle dittmann</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">6 - 7 (5) 6 - 1 6 - 7 (5)</span></td> | |
</tr> | |
</table> | |
</div> | |
</div> | |
<hr> | |
<div class="step"> | |
<div class="step-title">Step 5: Select rows where 'opponent_in_final' is 'katerina kramperová'.</div> | |
<div id="step-3" class="content"> | |
<table> | |
<tr> | |
<td>outcome</td> | |
<td>date</td> | |
<td>location</td> | |
<td>surface</td> | |
<td>opponent_in_final</td> | |
<td>score</td> | |
</tr> | |
<tr> | |
<td>runner - up</td> | |
<td>2000-02-06</td> | |
<td>wellington , new zealand</td> | |
<td>hard</td> | |
<td>mirielle dittmann</td> | |
<td>6 - 7 (5) 6 - 1 6 - 7 (5)</td> | |
</tr> | |
</table> | |
</div> | |
</div> | |
<hr> | |
<div class="step"> | |
<div class="step-title">Step 6: Use a `CASE` statement to return TRUE if the number of rows is equal to 1, otherwise return FALSE.</div> | |
<div id="step-4" class="content"> | |
<table> | |
<tr> | |
<td>outcome</td> | |
<td>date</td> | |
<td>location</td> | |
<td>surface</td> | |
<td>opponent_in_final</td> | |
<td>score</td> | |
</tr> | |
</table> | |
</div> | |
</div> | |
<hr> | |
<div class="step"> | |
<div class="step-title">Final output table:</div> | |
<div id="step-5" class="content"> | |
<table> | |
<tr> | |
<td>verification_result</td> | |
</tr> | |
<tr> | |
<td>FALSE</td> | |
</tr> | |
</table> | |
</div> | |
</div> | |
<hr> | |
<div class="step"><h3><span class="true">Prediction: FALSE </span></h3> | |
<h3>Ground-truth:</span> FALSE</h3></div> | |
</body></html> | |