What is not an option for suggested values when defining a parameter?list of values, table, any value, query
Answers
Answered by
0
Answer:
When you select the List of values option, a grid appears, where you ... accept any value or to use values from a list query, a type of query ... SalesPersonID IS NOT NULL.
Explanation:
Answered by
0
Answer:
Table is not an option for suggested values when defining a parameter.
Explanation:
- Parameters identify values that are passed into a function. For example, a function to add three numbers might have three parameters. A function has a name, and it can be called from other points of a program.
- Each function parameter has a type followed by an identifier, and each parameter is separated from the next parameter by a comma. The parameters pass arguments to the function.
- Parameters allow a function to perform tasks without knowing the specific input values ahead of time.
- Parameters are indispensable components of functions, which programmers use to divide their code into logical blocks.
Similar questions