File size: 8,092 Bytes
fa53be0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 |
<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> porto was 1st in the liga for the 2003 - 2004 season , followed by benfica</h3>
<h3>Input Table: 2004 - 05 primeira liga</h3>
<div class="step">
<div class="step">
<div class="step-title">Step 1: Select rows where 'c_2003___2004_season' is '1st in the liga'.</div>
<div id="step-1" class="content">
<table>
<tr>
<td>club</td>
<td>head_coach</td>
<td>city</td>
<td>stadium</td>
<td>c_2003___2004_season</td>
</tr>
<tr>
<td>académica de coimbra</td>
<td>joão carlos pereira</td>
<td>coimbra</td>
<td>estádio cidade de coimbra</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">13th in the liga</span></td>
</tr>
<tr>
<td>belenenses</td>
<td>carlos carvalhal</td>
<td>lisbon</td>
<td>estádio do restelo</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">15th in the liga</span></td>
</tr>
<tr>
<td>benfica</td>
<td>giovanni trapattoni</td>
<td>lisbon</td>
<td>estádio da luz</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">2nd in the liga</span></td>
</tr>
<tr>
<td>boavista</td>
<td>jaime pacheco</td>
<td>porto</td>
<td>estádio do bessa - século xxi</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">8th in the liga</span></td>
</tr>
<tr>
<td>braga</td>
<td>jesualdo ferreira</td>
<td>braga</td>
<td>estádio municipal de braga - axa</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">5th in the liga</span></td>
</tr>
<tr>
<td>estoril - praia</td>
<td>litos</td>
<td>estoril</td>
<td>estádio antónio coimbra da mota</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1st in the liga de honra</span></td>
</tr>
<tr>
<td>gil vicente</td>
<td>luís campos</td>
<td>barcelos</td>
<td>estádio cidade de barcelos</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">12th in the liga</span></td>
</tr>
<tr>
<td>união de leiria</td>
<td>vítor pontes</td>
<td>leiria</td>
<td>estádio dr magalhães pessoa</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">10th in the liga</span></td>
</tr>
<tr>
<td>penafiel</td>
<td>manuel fernandes</td>
<td>penafiel</td>
<td>estádio municipal 25 de abril</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">3rd in the liga de honra</span></td>
</tr>
<tr>
<td>marítimo</td>
<td>manuel cajuda</td>
<td>funchal</td>
<td>estádio dos barreiros</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">6th in the liga</span></td>
</tr>
<tr>
<td>nacional</td>
<td>casemiro mior</td>
<td>funchal</td>
<td>estádio da madeira</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">4th in the liga</span></td>
</tr>
<tr>
<td>beira - mar</td>
<td>mick wadsworth</td>
<td>aveiro</td>
<td>estádio municipal de aveiro</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">11th in the liga</span></td>
</tr>
<tr>
<td>moreirense</td>
<td>vítor oliveira</td>
<td>guimarães</td>
<td>estádio do moreirense</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9th in the liga</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">porto</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">luigi delneri</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">porto</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">estádio do dragão</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1st in the liga</span></td>
</tr>
<tr>
<td>sporting cp</td>
<td>josé peseiro</td>
<td>lisbon</td>
<td>estádio josé alvalade - século xxi</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">3rd in the liga</span></td>
</tr>
<tr>
<td>rio ave</td>
<td>carlos brito</td>
<td>vila do conde</td>
<td>estádio dos arcos</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">7th in the liga</span></td>
</tr>
<tr>
<td>vitória de guimarães</td>
<td>manuel machado</td>
<td>guimarães</td>
<td>estádio d afonso henriques</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">14th in the liga</span></td>
</tr>
<tr>
<td>vitória de setúbal</td>
<td>josé couceiro</td>
<td>setúbal</td>
<td>estádio do bonfim</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">2nd in the liga de honra</span></td>
</tr>
</table>
</div>
<hr>
<div class="step">
<div class="step-title">Step 2: Select rows where 'club' is 'porto' or 'benfica'.</div>
<div id="step-0" class="content">
<table>
<tr>
<td>club</td>
<td>head_coach</td>
<td>city</td>
<td>stadium</td>
<td>c_2003___2004_season</td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">porto</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">luigi delneri</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">porto</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">estádio do dragão</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1st in the liga</span></td>
</tr>
</table>
</div>
</div>
<hr>
<div class="step">
<div class="step-title">Step 3: Use a `CASE` statement to return TRUE if the number of rows is equal to 2, otherwise return FALSE.</div>
<div id="step-1" class="content">
<table>
<tr>
<td>club</td>
<td>head_coach</td>
<td>city</td>
<td>stadium</td>
<td>c_2003___2004_season</td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">porto</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">luigi delneri</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">porto</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">estádio do dragão</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1st in the liga</span></td>
</tr>
</table>
</div>
</div>
<hr>
<div class="step">
<div class="step-title">Final output table:</div>
<div id="step-2" class="content">
<table>
<tr>
<td>verification_result</td>
</tr>
<tr>
<td>FALSE</td>
</tr>
</table>
</div>
</div>
<hr>
<h3>Prediction:</span> FALSE</h3>
</body></html>
|