answersLogoWhite

0

Query is a thing you are searching for in the database.

User Avatar

Wiki User

8y ago

What else can I help you with?

Related Questions

What does the term 'cfquery' mean?

In programing language, cfquery refers to a "ColdFusion query" where a search (query) is run against either a database or set of databases in a web environment.


What is the database term query?

In the context of databases, a query refers to a request for retrieving, updating, or manipulating data stored within a database. It is a way to communicate with the database to perform operations such as data retrieval, insertion, updating, and deletion based on specific criteria. Queries are typically written using query languages like SQL (Structured Query Language) to interact with databases.


What does the term sql outer join mean?

SQL is a special language for making queries to databases. An outer join is a special form of joining two tables within the database, when a SELECT query is made. In the outcome of the query you will find all selected entries from the so called "left table" (the table that was target of the select query) and only those entries from the "right table" (the one that is joined with the other) that fit a specified joining condition.


In computer terms what does datepart do?

The term datepart also known as the term Transact-SQL is Microsoft's and Sybase's proprietary extension to SQL. Structured Query Language (SQL) is a standardized computer lanauge that was developed by IBM for altering and defining databases.


What does the term table mean in databases?

aga A table means that it holds infomation and can be easily accessed!


What does the term equatorial mean?

Relation to, on or in proximity to the equator or the plane of the equator.


What does the term "soluble" mean in relation to substances being aqueous?

The term "soluble" in relation to substances being aqueous means that the substance is able to dissolve in water.


What is the term 'field' mean in databases?

"Field" equates to a column of a database table, the two terms are interchangeable.


What does the term "miscible" mean in relation to solubility?

The term "miscible" in relation to solubility means that two substances are able to mix together completely to form a homogeneous solution.


What is the prefix of query?

query is term generaly means to find something which if a person wants


What is the mean by the term vehicle in relation to food safety?

The term vehicle in relation to food safety means anything which will carry or transport. This can be food or a person's hands which can come in contact with contaminants.


What is cardinality explain with example?

In SQL (Structured Query Language), the term cardinality refers to the uniqueness of data values contained in a particular column (attribute) of a database table.The lower the cardinality, the more duplicated elements in a column. Thus, a column with the lowest possible cardinality would have the same value for every row. SQL databases use cardinality to help determine the optimal query plan for a given query.