answersLogoWhite

0


Best Answer

A query that prompts for input whenever it is run is a Paremeter Query

User Avatar

Wiki User

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

Wiki User

13y ago

Parameter Query

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Parameter Query

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: A query that prompts for input whenever it is run is a run-time query?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Prompts for input whenever it is used?

parameter query


What prompts for input whenever it is used?

Compound Query


Is A query that prompts for input whenever it is run is a run-time query?

It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.


How do you create a text area to post a query and to get a reply for it?

You can create a text area by the input element. It goes like: <input type="text"/>.


Examples of database Query?

The database we use is based on structured query language . To add or retrieve data from the database we use SQL . SQL is the structured query language that provides the syntax to add, modify, update or retrieve data from the database.


What is a parameter queris?

a parameter query is a query that prompts the user to enter specific criteria every time the query is run. When building the query, you would enter the prompt in the criteria line under the field you want the information to be filtered from. For example, if you wanted to look at items that sold on a specific date each time you ran the query, your criteria line would look like this: [enter date of sale] So when you ran the query, before your results even appeared, a parameter box would pop up telling you "enter date of sale", the user would enter the date and then the filtered criteria of the query results will show.


What is a parameters?

a parameter query is a query that prompts the user to enter specific criteria every time the query is run. When building the query, you would enter the prompt in the criteria line under the field you want the information to be filtered from. For example, if you wanted to look at items that sold on a specific date each time you ran the query, your criteria line would look like this: [enter date of sale] So when you ran the query, before your results even appeared, a parameter box would pop up telling you "enter date of sale", the user would enter the date and then the filtered criteria of the query results will show.


How do you use PHP and MySQL to populate information in a form?

Working at hostmysite.com gives me a lot of experience with PHP and mysql. All you need to do is use a mysql query to grab information from a database. From there you can enter easily use the returned data to a form. Here is an example: <?php $query = sprintf("SELECT firstname, lastname, address, age FROM friends LIMIT 1"); $result = mysql_query($query); if (!$result) { $message = 'Invalid query: ' . mysql_error() . "\n"; $message .= 'Whole query: ' . $query; die($message); } while ($row = mysql_fetch_assoc($result)) { $firstname = $row['firstname']; $lastname = $row['lastname']; $address = $row['address']; $age = $row['age']; } echo ' <form method="post"> <input name="firstname" value="'.$firstname.'"> <input name="lastname" value="'.$lastname.'"> <input name="address" value="'.$address.'"> <input name="age" value="'.$age.'"> </form> '; mysql_free_result($result); ?>


how to create a saving database(even if the page is refreshed)?

g<br>use the query: $database = [^/s]?get id="input"


What are things Google does not know?

Google doesn't 'know' a thing. It is a search engine that simply looks for keyword matches for the query input, or the question asked.


Can write query within the query?

Yes, you can have a query inside a query. That is known as a sub-query.


What is post query and pre query?

pre query