-
1 deferred query
"A LINQ query that is not evaluated until it is iterated over, either with a foreach statement (C#) or a For Each statement (Visual Basic), or by manually using the underlying GetEnumerator and MoveNext methods." -
2 make-table query
A query (SQL statement) that creates a new table and then creates records (rows) in it by copying records from an existing table. -
3 work item query
"A specialized SELECT statement containing a WHERE clause, and COLUMN and SORT BY elements. Work Item Query is modeled after SQL queries." -
4 delete query
A query (SQL statement) that removes rows matching the criteria you specify from one or more tables. -
5 Make Table query
A query (SQL statement) that creates a new table and then creates records (rows) in it by copying records from an existing table. -
6 SQL-specific query
"A query that consists of an SQL statement. Subqueries and pass-through, union, and data-definition queries are SQL-specific queries." -
7 sql query
"An SQL statement, such as SELECT, INSERT, UPDATE, DELETE, or CREATE TABLE." -
8 SQL view
"A window that displays the SQL statement for the current query or that is used to create an SQL-specific query (union, pass-through, or data definition). When you create a query in Design view, Access constructs the SQL equivalent in SQL view." -
9 right outer join
"An outer join in which all the records from the right side of the RIGHT JOIN operation in the query's SQL statement are added to the query's results, even if there are no matching values in the joined field from the table on the left." -
10 bound control
"A control used on a form, report, or data access page to display or modify data from a table, query, or SQL statement." -
11 unbound control
"A control that is not connected to a field in an underlying table, query, or SQL statement. An unbound control is often used to display informational text or decorative pictures." -
12 unbound form
"A form that isn't connected to a record source such as a table, query, or SQL statement." -
13 unbound report
"A report that isn't connected to a record source such as a table, query, or SQL statement."
См. также в других словарях:
query language — ▪ computer science a computer programming language used to retrieve information from a database. The uses of databases are manifold. They provide a means of retrieving records or parts of records and performing various calculations… … Universalium
query — queryingly, adv. /kwear ee/, n., pl. queries, v., queried, querying. n. 1. a question; an inquiry. 2. mental reservation; doubt. 3. Print. a question mark (?), esp. as added on a manuscript, proof sheet, or the like, indicating doubt as to some… … Universalium
Query (Quaker) — Quakers use the term Query to refer to a question or series of questions used for reflection and in spiritual exercises.Friends have used Queries as tools for offering spiritual challenges to the community for much of their history. Queries often … Wikipedia
query — que•ry [[t]ˈkwɪər i, ˈkwɛr i[/t]] n. pl. ries, 1) a question; an inquiry 2) cvb mental reservation; doubt 3) pri question mark 1) 4) to put as a question 5) to question as doubtful or obscure: to query a statement[/ex] 6) pri to mark with a… … From formal English to slang
query — /ˈkwɪəri / (say kwearree) noun (plural queries) 1. a question; an inquiry. 2. doubt; uncertainty. 3. Printing a question or interrogation mark (?), especially as added on a manuscript, proofs or the like, with reference to some point in the text …
Signing statement (United States) — A signing statement is a written pronouncement issued by the President of the United States upon the signing of a bill into law. There is an ongoing controversy concerning the extensive use of signing statements by President George W. Bush to… … Wikipedia
Language Integrated Query — LINQ (Abkürzung für Language INtegrated Query) ist eine Komponente von Microsofts .NET Framework zur Abfrage von Datenquellen wie Datenbanken oder XML Dateien. Besonderheit ist, dass SQL , XLink und XQuery Anfragen direkt in .NET… … Deutsch Wikipedia
Seville Statement on Violence — The Seville Statement on Violence is a statement on violence that was adopted by an international meeting of scientists, convened by the Spanish National Commission for UNESCO, in Seville, Spain, on 16 May 1986. It was subsequently adopted by… … Wikipedia
Structured Query Language — SQL (das Kürzel für Structured Query Language; offizielle Aussprache [ɛskjuːˈɛl], häufig auch [ˈsiːkwəl] →SEQUEL), ist eine Datenbanksprache zur Definition, Abfrage und Manipulation von Daten in relationalen Datenbanken. SQL ist von ANSI und ISO… … Deutsch Wikipedia
QUEL query languages — QUEL is a relational database access language, similar in most ways to SQL. It was created as a part of the Ingres effort at University of California, Berkeley, based on Codd s earlier suggested but not implemented Data Sub Language ALPHA. QUEL… … Wikipedia
Java Database Connectivity — (JDBC) is an API for the Java programming language that defines how a client may access a database. It provides methods for querying and updating data in a database. JDBC is oriented towards relational databases. The Java 2 Platform, Standard… … Wikipedia