Consider The Following Statement And Answer The Question That #452
Consider the following statement and answer the question that follows:</p> <pre><code class="language-sql">SELECT column_name FROM table_name WHERE column_name BETWEEN 10 AND 20;</code></pre> <p>When using the BETWEEN operator, the output range is –
This multiple choice question (MCQ) is related to the book/course gs gs115 Structured Query Language. It can also be found in gs gs115 SQL Hosting, Operators and Data Types - SQL Operators - Quiz No.1.
Consider the following statement and answer the question that follows:
SELECT column_name FROM table_name WHERE column_name BETWEEN 10 AND 20;
When using the BETWEEN operator, the output range is –
Includes 10 but not 20
Includes 20 but not 10
Includes both 10 and 20
Does not includes 10 and 20