Examlex

Solved

Figuer:
VOTE -SELECT * FROM VOTE WHERE Vote1>10 AND VOTE2 >10
the

question 58

Multiple Choice

Figuer:
VOTE  Name  votel  vote2  Bill 2015 Mary 1025 Jill 150 Bob 30\begin{array} { | l | l | l | } \hline \text { Name } & \text { votel } & \text { vote2 } \\\hline \text { Bill } & 20 & 15 \\\hline \text { Mary } & 10 & 25 \\\hline \text { Jill } & 15 & 0 \\\hline \text { Bob } & 30 & \\\hline\end{array}
-SELECT * FROM VOTE WHERE Vote1>10 AND VOTE2 >10
The execution of this query produces the following number of rows:


Definitions:

Related Questions