|
<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> 66189 people attended the new orleans saints game with a record of 6 - 1</h3> |
|
<h3>Ground-truth:</span> TRUE</h3> |
|
<h3>Input Table: 2001 st. louis rams season</h3> |
|
<div class="step"> |
|
<div class="step"> |
|
<div class="step-title">Step 1: Select rows where 'attendance' is 66189.</div> |
|
<div id="step-1" class="content"> |
|
<table> |
|
<tr> |
|
<td>week</td> |
|
<td>date</td> |
|
<td>opponent</td> |
|
<td>result</td> |
|
<td>record</td> |
|
<td>tv_time</td> |
|
<td>attendance</td> |
|
</tr> |
|
<tr> |
|
<td>1</td> |
|
<td>2001-09-09</td> |
|
<td>philadelphia eagles</td> |
|
<td>w 20 - 17 (ot)</td> |
|
<td>1 - 0</td> |
|
<td>fox 3:15 pm</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">66243.0</span></td> |
|
</tr> |
|
<tr> |
|
<td>2</td> |
|
<td>2001-09-23</td> |
|
<td>san francisco 49ers</td> |
|
<td>w 30 - 26</td> |
|
<td>2 - 0</td> |
|
<td>fox 3:15 pm</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">67536.0</span></td> |
|
</tr> |
|
<tr> |
|
<td>3</td> |
|
<td>2001-09-30</td> |
|
<td>miami dolphins</td> |
|
<td>w 42 - 10</td> |
|
<td>3 - 0</td> |
|
<td>cbs 12:00 pm</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">66046.0</span></td> |
|
</tr> |
|
<tr> |
|
<td>4</td> |
|
<td>2001-10-08</td> |
|
<td>detroit lions</td> |
|
<td>w 35 - 0</td> |
|
<td>4 - 0</td> |
|
<td>abc 8:00 pm</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">77765.0</span></td> |
|
</tr> |
|
<tr> |
|
<td>5</td> |
|
<td>2001-10-14</td> |
|
<td>new york giants</td> |
|
<td>w 15 - 14</td> |
|
<td>5 - 0</td> |
|
<td>fox 12:00 pm</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">65992.0</span></td> |
|
</tr> |
|
<tr> |
|
<td>6</td> |
|
<td>2001-10-21</td> |
|
<td>new york jets</td> |
|
<td>w 34 - 14</td> |
|
<td>6 - 0</td> |
|
<td>fox 12:00 pm</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">78766.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;">2001-10-28</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">new orleans saints</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">l 34 - 31</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">6 - 1</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">fox 12:00 pm</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">66189.0</span></td> |
|
</tr> |
|
<tr> |
|
<td>8</td> |
|
<td>9999-01-01</td> |
|
<td>-</td> |
|
<td>-</td> |
|
<td>-</td> |
|
<td>-</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">nan</span></td> |
|
</tr> |
|
<tr> |
|
<td>9</td> |
|
<td>2001-11-11</td> |
|
<td>carolina panthers</td> |
|
<td>w 48 - 14</td> |
|
<td>7 - 1</td> |
|
<td>fox 12:00 pm</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">66069.0</span></td> |
|
</tr> |
|
<tr> |
|
<td>10</td> |
|
<td>2001-11-18</td> |
|
<td>new england patriots</td> |
|
<td>w 24 - 17</td> |
|
<td>8 - 1</td> |
|
<td>espn 7:30 pm</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">60292.0</span></td> |
|
</tr> |
|
<tr> |
|
<td>11</td> |
|
<td>2001-11-26</td> |
|
<td>tampa bay buccaneers</td> |
|
<td>l 24 - 17</td> |
|
<td>8 - 2</td> |
|
<td>abc 8:00 pm</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">66198.0</span></td> |
|
</tr> |
|
<tr> |
|
<td>12</td> |
|
<td>2001-12-02</td> |
|
<td>atlanta falcons</td> |
|
<td>w 35 - 6</td> |
|
<td>9 - 2</td> |
|
<td>fox 3:15 pm</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">60787.0</span></td> |
|
</tr> |
|
<tr> |
|
<td>13</td> |
|
<td>2001-12-09</td> |
|
<td>san francisco 49ers</td> |
|
<td>w 27 - 14</td> |
|
<td>10 - 2</td> |
|
<td>fox 12:00 pm</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">66218.0</span></td> |
|
</tr> |
|
<tr> |
|
<td>14</td> |
|
<td>2001-12-17</td> |
|
<td>new orleans saints</td> |
|
<td>w 34 - 21</td> |
|
<td>11 - 2</td> |
|
<td>abc 8:00 pm</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">70332.0</span></td> |
|
</tr> |
|
<tr> |
|
<td>15</td> |
|
<td>2001-12-23</td> |
|
<td>carolina panthers</td> |
|
<td>w 38 - 32</td> |
|
<td>12 - 2</td> |
|
<td>fox 12:00 pm</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">72438.0</span></td> |
|
</tr> |
|
<tr> |
|
<td>16</td> |
|
<td>2001-12-30</td> |
|
<td>indianapolis colts</td> |
|
<td>w 42 - 17</td> |
|
<td>13 - 2</td> |
|
<td>cbs 12:00 pm</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">66084.0</span></td> |
|
</tr> |
|
<tr> |
|
<td>17</td> |
|
<td>2002-01-06</td> |
|
<td>atlanta falcons</td> |
|
<td>w 31 - 13</td> |
|
<td>14 - 2</td> |
|
<td>fox 3:15 pm</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">66033.0</span></td> |
|
</tr> |
|
</table> |
|
</div> |
|
<hr> |
|
<div class="step"> |
|
<div class="step-title">Step 2: Select rows where 'opponent' is 'new orleans saints'.</div> |
|
<div id="step-0" class="content"> |
|
<table> |
|
<tr> |
|
<td>week</td> |
|
<td>date</td> |
|
<td>opponent</td> |
|
<td>result</td> |
|
<td>record</td> |
|
<td>tv_time</td> |
|
<td>attendance</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;">2001-10-28</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">new orleans saints</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">l 34 - 31</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">6 - 1</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">fox 12:00 pm</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">66189.0</span></td> |
|
</tr> |
|
</table> |
|
</div> |
|
</div> |
|
<hr> |
|
<div class="step"> |
|
<div class="step-title">Step 3: Select rows where 'record' is '6 - 1'.</div> |
|
<div id="step-1" class="content"> |
|
<table> |
|
<tr> |
|
<td>week</td> |
|
<td>date</td> |
|
<td>opponent</td> |
|
<td>result</td> |
|
<td>record</td> |
|
<td>tv_time</td> |
|
<td>attendance</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;">2001-10-28</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">new orleans saints</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">l 34 - 31</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">6 - 1</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">fox 12:00 pm</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">66189.0</span></td> |
|
</tr> |
|
</table> |
|
</div> |
|
</div> |
|
<hr> |
|
<div class="step"> |
|
<div class="step-title">Step 4: Use a `CASE` statement to return TRUE if the number of rows is equal to 1, otherwise return FALSE.</div> |
|
<div id="step-2" class="content"> |
|
<table> |
|
<tr> |
|
<td>week</td> |
|
<td>date</td> |
|
<td>opponent</td> |
|
<td>result</td> |
|
<td>record</td> |
|
<td>tv_time</td> |
|
<td>attendance</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;">2001-10-28</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">new orleans saints</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">l 34 - 31</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">6 - 1</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">fox 12:00 pm</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">66189.0</span></td> |
|
</tr> |
|
</table> |
|
</div> |
|
</div> |
|
<hr> |
|
<div class="step"> |
|
<div class="step-title">Final output table:</div> |
|
<div id="step-3" class="content"> |
|
<table> |
|
<tr> |
|
<td>verification_result</td> |
|
</tr> |
|
<tr> |
|
<td>TRUE</td> |
|
</tr> |
|
</table> |
|
</div> |
|
</div> |
|
<hr> |
|
<div class="step"><h3><span class="true">Prediction: TRUE </span></h3> |
|
<h3>Ground-truth:</span> TRUE</h3></div> |
|
</body></html> |
|
|