Subject | English | Portuguese |
comp., MS, Braz. | action query | consulta ação (A query that copies or changes data) |
comp., MS | Advanced Query Syntax | Sintaxe de Consulta Avançada (A search query syntax that helps produce more precise search results by using targeted queries that search specific properties in a message type. AQS defines certain keywords which can be used to refine the search query, such as specifying boolean operations on searched terms (AND, OR, NOT) as well as to specify further filters based on file metadata or file type. It can also be used to limit results from specific information stores like regular files, offline files cache, or e-mail stores) |
comp., MS, Braz. | aggregate query | consulta de agregação (A query (SQL statement) that summarizes information from multiple rows by including an aggregate function such as Sum or Avg) |
comp., MS, Braz. | ANSI SQL query mode | modo de consulta ANSI SQL (One of two types of SQL syntax: ANSI-89 SQL (also called Microsoft Jet SQL and ANSI SQL), which is the traditional Jet SQL syntax; and ANSI-92 SQL, which has new and different reserved words, syntax rules, and wildcard characters) |
comp., MS, Braz. | append query | consulta acréscimo (An action query that adds the records in a query's result set to the end of an existing table) |
comp., MS | append query | consulta de acréscimo (An action query that adds the records in a query's result set to the end of an existing table) |
work.fl., IT | Boolean query | expressão booleana |
work.fl., IT | coded query | pergunta indexada |
work.fl., IT | coded query | pergunta codificada |
comp., MS | collection-limited query | consulta limitada à coleção (A query that is scoped to include only resources that are in a specified collection) |
comp., MS, Braz. | Content by Query | Consulta por Conteúdo (A Web Part that queries data from multiple sources within a site collection and presents that data in a custom view) |
comp., MS | Content by Query | Conteúdo por Consulta (A Web Part that queries data from multiple sources within a site collection and presents that data in a custom view) |
comp., MS | Content Query | Consulta de Conteúdo (A Web Part that queries data from multiple sources within a site collection and presents that data in a custom view) |
comp., MS, Braz. | crosstab query | consulta de tabela de referência cruzada (A query that calculates a sum, average, count, or other type of total on records, and then groups the result by two types of information: one down the left side of the datasheet and the other across the top) |
comp., MS | crosstab query | consulta cruzada (A query that calculates a sum, average, count, or other type of total on records, and then groups the result by two types of information: one down the left side of the datasheet and the other across the top) |
comp., MS, Braz. | data-definition query | consulta de definição de dados (An SQL-specific query that contains data definition language (DDL) statements. These statements allow you to create or alter objects in the database) |
comp., MS, Braz. | deferred query | consulta adiada (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) |
comp., MS, Braz. | delete query | consulta exclusão (A query (SQL statement) that removes rows matching the criteria you specify from one or more tables) |
IT | European Parliament On-line Query System | Base de dados do Parlamento Europeu para consulta em linha |
polit., IT | European Parliament On-line Query System | Sistema de Interrogação em Linha do Parlamento Europeu |
comp., MS, Braz. | event query | consulta de evento (A WMI Query Language statement that event consumers use to register to receive notification of specific events. An event provider uses an event query to register to generate notifications of specific events) |
comp., MS | event query | consulta de eventos (A WMI Query Language statement that event consumers use to register to receive notification of specific events. An event provider uses an event query to register to generate notifications of specific events) |
IT, dat.proc. | field query | extração de campos |
comp., MS, Braz. | Graph Query Language | Idioma de Consulta do Gráfico (A query language used to query the graph index) |
comp., MS | Graph Query Language A query language used to query the graph index | linguagem GQL (Graph Query Language) |
comp., MS, Braz. | graphical query designer | designer de consultas gráficas (A query designer provided by the Reporting Services that allows the user to interactively build a query and view the results for data source types SQL Server, Oracle, OLE DB, and ODBC) |
comp., MS, Braz. | immediate query | consulta imediata (A LINQ query that is evaluated immediately. Any query that returns a single value, as opposed to a sequence of values, or that is terminated by a call to ToList, ToArray, ToDictionary, or ToLookup) |
comp., MS, Braz. | Insert Into query | consulta Insert Into (A query that copies specific columns and rows from one table to another or to the same table) |
comp., MS, Braz. | Insert Values query | consulta Insert Values (A query (SQL statement) that creates a new row and inserts values into specified columns) |
comp., MS, Braz. | interactive structured query language | SQL Interativo (An interactive command prompt utility provided with SQL Server that lets users run Transact-SQL statements or batches from a server or workstation and view the results that are returned) |
comp., MS, Braz. | keyword query syntax | sintaxe de consulta de palavra-chave (A query syntax for enterprise search that supports free-text expressions, property restrictions, and specified operators) |
comp., MS | keyword query syntax | sintaxe de consulta por palavras-chave (A query syntax for enterprise search that supports free-text expressions, property restrictions, and specified operators) |
comp., MS, Braz. | language-integrated query | consulta integrada à linguagem (A query syntax that defines a set of query operators that allow traversal, filter, and projection operations to be expressed in a direct, declarative way in any .NET-based programming language) |
comp., MS, Braz. | Make Table query | consulta Criar Tabela (A query (SQL statement) that creates a new table and then creates records (rows) in it by copying records from an existing table) |
comp., MS, Braz. | make-table query | consulta criar tabela (A query (SQL statement) that creates a new table and then creates records (rows) in it by copying records from an existing table) |
comp., MS, Braz. | method-based query | consulta baseada em método (A query expressed as a direct method call to one or more Standard Query Operators) |
comp., MS | Microsoft Power Query for Excel | Microsoft Power Query para Excel (The Excel business intelligence add-in focused on data discovery and access) |
comp., MS, Braz. | My Queries | Minhas Consultas (A folder under the work items node of every Team Foundation project that contains queries defined by, and seen only by the current user) |
comp., MS, Braz. | natural query syntax | sintaxe natural de consulta (A search method that lets you direct your search using conversational language) |
comp., MS | natural query syntax | sintaxe de consulta natural (A search method that lets you direct your search using conversational language) |
comp., MS, Braz. | nested query | consulta aninhada (A SELECT statement that contains one or more subqueries) |
comp., MS, Braz. | Number of Queries report | relatório Número de Consultas (A Web analytics report that provides information on the number searches performed) |
comp., MS, Braz. | object query | consulta de objeto (A query executed against an EDM within an object context that returns data as objects) |
comp., MS, Braz. | parameter query | consulta parâmetro (A type of query that, when you run it, prompts for values (criteria) to use to select the records for the result set so that the same query can be used to retrieve different result sets) |
comp., MS | parameter query | consulta parametrizada (A type of query that, when you run it, prompts for values (criteria) to use to select the records for the result set so that the same query can be used to retrieve different result sets) |
comp., MS, Braz. | parameterized query | consulta parametrizada (A query that accepts input values through parameters) |
comp., MS, Braz. | pass-through query | consulta passagem (An SQL-specific query you use to send commands directly to an ODBC database server) |
comp., MS | pass-through query | consulta pass-through (An SQL-specific query you use to send commands directly to an ODBC database server) |
comp., MS, Braz. | polling query | consulta sondagem (A singleton query that returns a value Analysis Services can use to determine if changes have been made to a table or other relational object) |
comp., MS | polling query | consulta de análise (A singleton query that returns a value Analysis Services can use to determine if changes have been made to a table or other relational object) |
comp., MS, Braz. | Popular Queries report | relatório Consultas Populares (A Web analytics report that provides information on the most popular searches) |
comp., MS, Braz. | Power Query | Power Query (The Excel business intelligence add-in focused on data discovery and access) |
comp., MS, Braz. | project query | consulta do projeto (A query that is saved for all users of a project) |
IT, dat.proc. | protected query | consulta protegida |
comp., MS, Braz. | query-based report | relatório baseado em consulta (A type of report generated from an Application Object Tree (AOT) query) |
comp., MS, Braz. | query-based test suite | conjunto de testes baseado em consulta (The set of test cases that are returned when a specific query is run. If new test cases that meet the criteria in this query are added to the test suite, the new test cases will automatically appear in the query-based test suite) |
comp., MS, Braz. | query binder | associador de consulta (An object that binds an existing StreamInsight query template to specific input and output adapters) |
comp., MS, Braz. | query binding | associação de consulta (The process of binding instances of input adapters and instances of output adapters to an instance of a query template) |
comp., MS, Braz. | Query Builder | Construtor de Consultas (The user interface for defining work item queries) |
ed., IT | query by content | interrogação pelo conteúdo |
IT | Query-By-Example system | Query-By-Example |
comp., MS, Braz. | query channel | canal de consulta (A DDE channel used in a conversation between the destination application and a specific query (for example, Query1) in Query. To use a query channel, you must have already opened the query window using a system channel) |
comp., MS, Braz. | query clause | cláusula de consulta (The combination of an expression (or query subclause) and its adjacent logical operator. It is modeled on the WHERE clause of a SQL statement and contains Field Name, operator, and value) |
comp., MS, Braz. | query clause | clásula de consulta (" A single clause of a query expression. There are several different query clauses, each identified by its initiating query keyword. For instance, the "from/From clause" refers to clauses like "From c In customers" in Visual Basic, or "from c in customers" in C.") |
IT, dat.proc. | query condition | condição de pesquisa |
comp., MS, Braz. | query design | design da consulta (All elements included in the Query window, such as tables, criteria, the order in which fields are arranged, and so on. The design also specifies whether Auto Query is turned on, and whether you can edit the source data) |
IT, dat.proc. | query design screen | gerador de condições de extração |
comp., MS, Braz. | query expression | expressão de consulta (An expression that uses a language-integrated syntax for queries) |
health. | query fever | febre Q |
health., anim.husb. | query fever | febre australiana (nosogenum:Coxiella burnetii) |
comp., MS, Braz. | query field | campo de consulta (A field that can contain a value that is used in a query) |
comp., MS | query file | ficheiro de consulta (A text file that stores the complete query expression and any other relevant information) |
IT, dat.proc. | query format | formato de pesquisa |
IT, dat.proc. | query generator | gerador de condições de extração |
comp., MS, Braz. | query hint | dica de consulta (A hint that specifies that the indicated hints should be used throughout the query. Query hints affect all operators in the statement) |
comp., MS, Braz. | query keyword | palavra-chave de consulta (A contextual keyword in C and Visual Basic that designates the query clause of a query expression. For example, from, join, and select are query keywords in C, and From, Join, and Select are query keywords in Visual basic) |
IT | query language | linguagem de interrogação |
ed., IT | query language approximating to normal phraseology | linguagem de interrogação próxima da linguagem natural |
IT, dat.proc. | query mask | máscara de interrogação |
comp., MS, Braz. | query optimizer | otimizador de consulta (A database engine component responsible for generating efficient execution plans for statements) |
comp., MS | query optimizer | otimizador de consultas (A database engine component responsible for generating efficient execution plans for statements) |
comp., MS, Braz. | query path | caminho da consulta (A string representation of a path that specifies which related objects to return when a typed object query is executed) |
comp., MS, Braz. | query pattern | padrão de consulta (The set of standard query operators that is available in all LINQ queries, and the rules that define the structure of a LINQ query) |
comp., MS | query plan | plano de consulta (An internal strategy by which a database server tries to create result sets quickly) |
comp., MS, Braz. | Query Remote Desktop Server Utility | Utilitário de Consulta de Servidor de Área de Trabalho Remota (A utility that identifies remote desktop servers on the network) |
comp., MS | Query Remote Desktop Server Utility | Utilitário de Consulta de Servidores de Ambiente de Trabalho Remoto (A utility that identifies remote desktop servers on the network) |
comp., MS | query role | função de consulta (The role name of a server that services queries in the farm topology) |
comp., MS | query rule | regra de consulta (A rule that an administrator can configure and apply to query processing to help optimize results and create an enhanced user experience) |
comp., MS, Braz. | query server | servidor de consulta (A server that is running the search service and servicing queries) |
comp., MS | Query Service | Serviço de Consulta (The web service exposed by the web front-end that allows a client program to execute queries) |
comp., MS, Braz. | query-size threshold | limite de tamanho de consulta (An administrative setting that limits the number of query results for SharePoint lists, sites, and site collections that contain a large number of items) |
comp., MS, Braz. | query template | modelo de consulta (The fundamental unit of query composition. A query template defines the business logic required to continuously analyze and process events submitted to and emitted by the StreamInsight server) |
comp., MS, Braz. | query variable | variável de consulta (A variable that stores a query, as opposed to the results of a query) |
comp., MS, Braz. | Query View | Modo de Exibição de Consulta (The Visual Studio document window that contains both the query builder and the results list. Query View is designed to help you quickly define and run your own queries) |
comp., MS, Braz. | Query Web Service | Serviço Web de Consulta (A Provisioning Server Web service that responds to customer service related queries from solution providers) |
comp., MS, Braz. | Query window | janela Consulta (A window in which you work with queries in Design view, Datasheet view, SQL view, or Print Preview) |
comp., MS, Braz. | query window | período de consulta (A reserved time for performing large, resource-intensive queries for a computer, server farm, or server cluster) |
comp., MS, Braz. | Run Query | Executar Consulta (A command to run a work item query) |
comp., MS, Braz. | runaway query | consulta sem controle (A query with an excessive running time, that can lead to a blocking problem. Runaway queries usually do not use use a query or lock time out) |
work.fl., IT | search query | expressão de pesquisa |
comp., MS, Braz. | select query | consulta seleção (A query that asks a question about the data stored in your tables and returns a result set in the form of a datasheet, without changing the data) |
comp., MS | sql query | consulta SQL (An SQL statement, such as SELECT, INSERT, UPDATE, DELETE, or CREATE TABLE) |
comp., MS, Braz. | SQL-specific query | consulta específica de SQL (A query that consists of an SQL statement. Subqueries and pass-through, union, and data-definition queries are SQL-specific queries) |
comp., MS, Braz. | standard query operator | operador de consulta padrão (A method that constitutes a query pattern and that is implemented by a LINQ provider for a specific domain. Standard query operators are defined in the System.Linq.Enumerable class) |
comp., MS, Braz. | standing query | consulta permanente (An instantiation of a query template that runs within the StreamInsight server performing continuous computation over the incoming events) |
comp., MS | Structured Query Language A database query and programming language widely used for accessing, querying, updating, and managing data in relational database systems | linguagem SQL (Structured Query Language) |
comp., MS, Braz. | tabular query | consulta de tabela (A standard operation such as search, sort, filter or transform on data in a table) |
gen. | temporal databases:representation and querying | bases de dados temporais: representação e interrogação |
comp., MS, Braz. | text query | consulta de texto (One or more phrases that can contain operators, quotation marks, wildcards such as or ?, and parentheses) |
comp., MS, Braz. | totals query | consulta de totais (A query that displays a summary calculation, such as an average or sum, for values in various fields from a table or tables. A totals query is not a separate kind of query; rather, it extends the flexibility of select queries) |
comp., MS, Braz. | union query | consulta união (A query that uses the UNION operator to combine the results of two or more select queries) |
IT, dat.proc. | unprotected query | consulta não protegida |
comp., MS, Braz. | update query | consulta atualização (An action query that changes a set of records according to criteria you specify. An update query does not return any records) |
comp., MS, Braz. | Web query | consulta à Web (A query that retrieves data stored on your intranet or the Internet) |
comp., MS | Web query | consulta na Web (A query that retrieves data stored on your intranet or the Internet) |
work.fl., IT | weighted query | pergunta ponderada |
comp., MS | WMI Query Language A subset of ANSI SQL with semantic changes adapted to Windows Management Instrumentation (WMI) | linguagem WQL (WMI Query Language) |
comp., MS, Braz. | work item query | consulta de item de trabalho (A specialized SELECT statement containing a WHERE clause, and COLUMN and SORT BY elements. Work Item Query is modeled after SQL queries) |
comp., MS, Braz. | Work Item Query Language | Work Item Query Language (A loose variant of SQL that describes a query in the Work Item Tracking subsystem of Team Foundation Server using a syntax that contains SELECT, WHERE, COLUMN and SORT clauses. Query View is the user interface for defining work item queries) |
comp., MS, Braz. | XML Query | Consulta XML (Functional query language that is broadly applicable to a variety of XML data types derived from Quilt, XPath, and XQL. Both Ipedo and Software AG implement their own versions of the W3C's proposed specification for the XQuery language. Also called: XML Query, XQL) |