answersLogoWhite

0


Best Answer

The BETWEEN operator allows you to search for a range of values in one field.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

between

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The operator allows you to search for a range of values in one field?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math

When to use the dot operator and when to use the arrow operator in c plus plus?

You use the dot operator when the left side is the name of the object or a reference to an object, and you use the arrow operator when the left side is a pointer to an object. Example: struct foobar x, *p= &x; x.field = p->field; (&x)->field = (*p).field;


What is linear nested IF statement?

Its when a field is being tested for various values and different action is to be taken for each value.


What is the values that the databases uses for the field unless the user enters another value?

The value that a database uses for a field is set to a default value, usually by the database designer. The value can be whatever the company wants it to be, as long as it is valid for the datatype of the field. The default value changes if and when a user or a programmer updates the field with a different value.


Why is calculus important in math?

calculus allows people to give numerical values to the slopes of curves and gives us a way to find things like to maximum value of a function that is too large to graph or find the equation of the tangent line to a curve at a certain point. Next to the general field of geometry, calculus has the most pratical applications to the real world


What is an undefined term?

An undefined term is usually applied to a function (or a part) where for some values of the operands the function is not defined within the field in which it is defined. It may be defined in a bigger field. For example, division by zero is not defined anywhere. Square roots of negative numbers are not defined in the domain of Real numbers, but they are perfectly OK in the Complex field.

Related questions

Which operator allows you to search for a range of values in one field?

The answer is Between in an Access question.


What is a single set of field values?

And operator


What search for a range of values in one field use the RANGE operator?

Sorry, but this question is not clear. You can not search for a range within one field, since a range contains more than one field. Please ask again using words that make it clear what you want to know.


What field allows the user to select from a list of values?

Lookup field


What is Lookup Wizard?

The lookup wizard allows you to create a field that sources its data from a list of values of a field in another table or query.


The box like device attached under the tube housing that allows the limited operator to vary the size of the radiation field is called a?

collimator


Does primary key allows null value?

No. A primary key requires a value because it is the field that all other values in the row depend on.


What is the value of the IF field called?

Comparison operator


When to use the dot operator and when to use the arrow operator in c plus plus?

You use the dot operator when the left side is the name of the object or a reference to an object, and you use the arrow operator when the left side is a pointer to an object. Example: struct foobar x, *p= &x; x.field = p->field; (&x)->field = (*p).field;


Can A Field Operator can upload images in iperms?

Ture


How is a default value set in MS Access?

When you provide a default value for a field in Access, Access will automatically insert this value into the field when a record is inserted that has no value (NULL) for this field. Default values are used when there is a sensible default for a field.


What operator enables you to access structures members using pointers to the structure?

(*ptr).field or ptr->field