-
1 subquery
Англо-русский словарь нормативно-технической терминологии > subquery
-
2 subquery
Большой англо-русский и русско-английский словарь > subquery
-
3 subquery
Вычислительная техника: подзапрос, подчинённый запрос -
4 subquery
English-Russian dictionary of computer science and programming > subquery
-
5 subquery
-
6 subquery
-
7 subquery
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > subquery
-
8 subquery
-
9 subquery
подзапрос; подчиненный запрос -
10 subquery
-
11 subquery fundamentals
English-Russian SQL Server dictionary > subquery fundamentals
-
12 correlated subquery
Большой англо-русский и русско-английский словарь > correlated subquery
-
13 correlated subquery
English-Russian dictionary of computer science and programming > correlated subquery
-
14 correlated subquery
-
15 подзапрос
subquerysubqueryБольшой англо-русский и русско-английский словарь > подзапрос
-
16 nested query
вложенный запрос, запрос с подзапросамипредложение языка запросов, содержащее один или несколько подзапросов (см. subquery)Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > nested query
-
17 query
в СУБД - обращение пользователя, требующее выполнения какой-либо операции, например выборки, изменения или удаления данных. Название процесса и способа получения данных из БД. Запросы делятся на планируемые и незапланированные (ad hoc queries)Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > query
См. также в других словарях:
subquery — noun A query embedded within a more extensive query, relating only to the data returned by the parent query … Wiktionary
Correlated subquery — In a SQL database query, a correlated sub query is a sub query (a query nested inside another query) that uses values from the outer query in its WHERE clause. The sub query is evaluated once for each row processed by the outer query. Here is an… … Wikipedia
Condition (SQL) — A relational database management system uses SQL conditions or expressions in WHERE clauses and in HAVING clauses to SELECT subsets of data. Types of condition Many conditions compare values for (for example) equality, inequality or similarity.… … Wikipedia
PowerBuilder — Infobox Software name = PowerBuilder caption = developer = Sybase released = July, 1991 frequently updated = yes programming language = Powerscript operating system = Microsoft Windows language = English, Japanese (Several languages supported for … Wikipedia
Delete (SQL) — In the database structured query language (SQL), the DELETE statement removes one or more records from a table. A subset may be defined for deletion using a condition, otherwise all records are removed.[1] Contents 1 Usage 2 Examples 3 … Wikipedia
View (database) — In database theory, a view consists of a stored query accessible as a virtual table in a relational database or a set of documents in a document oriented database composed of the result set of a query or map and reduce functions. Unlike ordinary… … Wikipedia
Gadfly (database) — Gadfly is a relational database management system written in Python. Gadfly is a collection of Python modules that provides relational database functionality entirely implemented in Python. It supports a subset of the standard RDBMS Structured… … Wikipedia
Common table expressions — A Common Table Expression (in SQL) is a temporary named result set, derived from a simple query and defined within the execution scope of a SELECT, INSERT, UPDATE, or DELETE statement. CTE can be thought of as an alternatives to derived tables… … Wikipedia
Common table expression — A Common Table Expression, or CTE, (in SQL) is a temporary named result set, derived from a simple query and defined within the execution scope of a SELECT, INSERT, UPDATE, or DELETE statement. CTEs can be thought of as alternatives to derived… … Wikipedia
подзапрос — Запрос, вложенный в SQL операторы. [http://www.morepc.ru/dict/] Тематики информационные технологии в целом EN subquery … Справочник технического переводчика