Search references for QUERY BY-EXAMPLE. Phrases containing QUERY BY-EXAMPLE
See searches and references containing QUERY BY-EXAMPLE!QUERY BY-EXAMPLE
Database query language
Query by Example (QBE) is a database query language for relational databases. Query by Example was devised by Moshé M. Zloof at IBM Research during the
Query_by_Example
Optimization problem in computer science
Particular examples include vp-tree and BK-tree methods. Using a set of points taken from a 3-dimensional space and put into a BSP tree, and given a query point
Nearest_neighbor_search
media descriptions (for example, elimination of Redundancy) Categorization of media descriptions into classes. In query by example, the element used to search
Multimedia_search
Method of creating database queries
Microsoft Query is a visual method of creating database queries using examples based on a text string, the name of a document or a list of documents. The
Microsoft_Query
Relational database programming language
Structured Query Language (SQL) (pronounced /ˌɛsˌkjuˈɛl/ S-Q-L; or alternatively as /ˈsiːkwəl/ "sequel") is a domain-specific language used to manage
SQL
Method of image retrieval
update] Different query techniques and implementations of CBIR make use of different types of user queries. QBE (Query By Example) is a query technique that
Content-based_image_retrieval
Part of a URL that assigns values to specified parameters
the query string. Web frameworks may provide methods for parsing multiple parameters in the query string, separated by some delimiter. In the example URL
Query_string
Computer language used to make queries into databases and information systems
systems, query languages rely on strict theory to retrieve information. A well known example is the Structured Query Language (SQL). Broadly, query languages
Query_language
System to identify resources on a network
gives answers to DNS queries from data that have been configured by an original source, for example, the domain administrator or by dynamic DNS methods
Domain_Name_System
RDF query language
SPARQL query for a SPARQL endpoint, for example ViziQuer. In addition, tools exist to translate SPARQL queries to other query languages, for example to SQL
SPARQL
Music identification system
(input query) and comparing it to an existing database. The system then returns a ranked list of music closest to the input query. One example of this
Query_by_humming
Address on the World Wide Web
part without a query part may also be referred to as a 'clean URL,' whose last part may be a 'slug.' An optional query component preceded by a question mark
URL
Type of database query
theory, a conjunctive query is a restricted form of first-order queries using the logical conjunction operator. Many first-order queries can be written as
Conjunctive_query
Way to obtain data from a database
or viewed on the screen. A query language, like for example Structured Query Language (SQL), is used to prepare the queries. SQL is an American National
Data_retrieval
Content-based image retrieval
Typically, this type of search engine uses techniques of query by example or Image query by example, which use the content, shape, texture and color of the
Reverse_image_search
Database using graph structures for queries
graph database (GDB) is a database that uses graph structures for semantic queries with nodes, edges, and properties to represent and store data. A key concept
Graph_database
Using concrete examples to teach computers behaviors
the most simple case of PbD is the macro recorder. Query by Example Automated machine learning Example-based machine translation Inductive programming Lapis
Programming_by_example
Relational database management system
design and implementation of visual Query by Example that was supported by an AI engine for heuristic, dynamic query optimization. Effective use of conventional
Paradox_(database)
Computer bug exploit caused by invalid data
modify a database or otherwise compromise the meaning of the original query. For example, consider a web page that has two text fields which allow users to
Code_injection
Feature to efficiently execute queries efficiently in DBMS softwares
execute a given query by considering the possible query plans. Generally, the query optimizer cannot be accessed directly by users: once queries are submitted
Query_optimization
engine on how to execute the query. For example, a hint may tell the engine to use or not to use an index (even if the query optimizer would decide otherwise)
Hint_(SQL)
Basic operations of a computer database
record pattern Data manipulation language Input/output ACID Query by Example Command–query separation Scaffold (programming) Martin, James (1983). Managing
Create, read, update and delete
Create,_read,_update_and_delete
Algorithm for modelling sequential data
q_{i}=x_{i,{\text{query}}}W^{Q}} . The matrix of all query vectors is the query matrix: Q = X query W Q {\displaystyle Q=X_{\text{query}}W^{Q}} Similarly
Transformer_(deep_learning)
String used to identify a name of a web or internet resource
in the path, query and fragment, and the generic reserved character ? may be used in the query and fragment. The following displays example URIs and their
Uniform_Resource_Identifier
Data warehousing schema
unless there is a clear need (for example, extremely large dimensions) because it adds complexity for users and can hurt query performance. Star schemas align
Star_schema
Data query language developed by Facebook
GraphiQL, Apollo Studio, GraphQL Hive, GraphQL Editor, and Step CI. Query by Example OpenAPI Specification Microservices "GraphQL September 2025 Release
GraphQL
ETL tool developed by Microsoft
Power Query is an ETL tool created by Microsoft for data extraction, loading and transformation, and is used to retrieve data from sources, process it
Power_Query
results but execute with better performance (for example, faster, or with lower memory use). Query rewriting can be based on relational algebra or an
Query_rewriting
Query entered into a web search engine
A web query or web search query is a query that a user enters into a web search engine to satisfy their information needs. Web search queries are distinctive
Web_query
Logical arrangement of computing tables in a multidimensional database
following example query is the snowflake schema equivalent of the star schema example code which returns the total number of television units sold by brand
Snowflake_schema
Computer hacking technique
screen. As an example, a book review website uses a query string to determine which book review to display. So the URL https://books.example.com/review?id=5
SQL_injection
Typographic character indicating a question (?)
The question mark ? (also known as interrogation point, query, or eroteme in journalism) is a punctuation mark that indicates a question or interrogative
Question_mark
Sequence of steps used to access data in a SQL relational database management system
A query plan (or query execution plan) is a sequence of steps used to access data in a SQL relational database management system. This is a specific case
Query_plan
Relational model database server
parallel with the development of SQL, IBM also developed Query by Example (QBE), the first graphical query language. IBM's first commercial relational-database
IBM_Db2
Organized collection of data in computing
techniques, query languages and query optimization methods, RAID, and more. The database research area has several dedicated academic journals (for example, ACM
Database
Microsoft .NET Framework component
part of .NET Framework 3.5 in 2007. LINQ extends the language by the addition of query expressions, which are akin to SQL statements, and can be used
Language_Integrated_Query
In databases, cached query results
materialized view is a database object that contains the results of a query. For example, it may be a local copy of data located remotely, or may be a subset
Materialized_view
Software engineering object-oriented API
known. Typically, fluent builders are used to implement "database queries", for example in the Dynamite client library: // getting an item from a table
Fluent_interface
Database operation
A range query is a common database operation that retrieves all records where some value is between an upper and lower boundary. For example, list all
Range_query_(database)
Determining the answers to a query on a database
to the query on the database. If the queries are Boolean queries, i.e., queries have a yes or no answer (for example, Boolean conjunctive queries) then
Query_evaluation
Type of information retrieval using LLMs
data (for example knowledge graphs). These embeddings are then stored in a vector database to allow for document retrieval. Given a user query, a document
Retrieval-augmented generation
Retrieval-augmented_generation
A hierarchical query is a type of SQL query that handles hierarchical model data. These are useful for working with databases of graph-structured data
Hierarchical and recursive queries in SQL
Hierarchical_and_recursive_queries_in_SQL
A query-level feature (QLF) is a ranking feature utilized in a machine-learned ranking algorithm. Example QLFs: How many times has this query been run
Query-level_feature
Theory of relational databases
structures for modeling data and defining queries on it with well founded semantics. The theory was introduced by Edgar F. Codd. The main application of
Relational_algebra
Character used to substitute for any other character(s) in a string
called an "inferred type" (for example Vec<_>). glob (programming) Pattern matching Wildcard (Java) Query by Example Wild card (cards) Wildcard DNS record
Wildcard_character
IT architecture separating actions and reads
Command-query separation (CQS) is a principle of imperative computer programming. It was devised by Bertrand Meyer as part of his pioneering work on the
Command–query_separation
Use of machine learning to rank items
functions. Query-level features or query features, which depend only on the query. For example, the number of words in a query. Some examples of features
Learning_to_rank
Branch of computer science
example, in some cases it is important to know the worst case for the total time for the whole sequence of N queries, rather than for a single query.
Computational_geometry
Information technology system architecture
scalability, maintainability, and runtime performance. Implementations of Command Query Responsibility Segregation (CQRS) and event-driven designs frequently integrate
Command Query Responsibility Segregation
Command_Query_Responsibility_Segregation
Syntax used to query databases
query language (DQL) is part of the base grouping of SQL sub-languages. These sub-languages are mainly categorized into four categories: a data query
Data_query_language
pages for users with interests in different categories. For example, users issuing a Web query such as "apple" might expect to see Web pages related to the
Web_query_classification
Multi-model database
documents, key/value) with one database core and a unified query language AQL (ArangoDB Query Language). AQL is mainly a declarative language and allows
ArangoDB
Query language for property graphs
GQL (Graph Query Language) is a standardized query language for property graphs first described in ISO/IEC 39075, released in April 2024 by ISO/IEC. The
Graph_Query_Language
Database administration tool
Creating PDF graphics of the database layout Creating complex queries using query-by-example (QBE) Searching globally in a database or a subset of it Transforming
PhpMyAdmin
Database feature
statement, parameterized statement, (not to be confused with parameterized query) is a feature where the database pre-compiles SQL code and stores the results
Prepared_statement
Query language for interrogating chess databases
flexible; for example, a user does not have to define exactly the position or theme that they are looking for, but can modify the query so that it will
Chess_Query_Language
Division of an entire space into ≥2 disjoint subsets
query. For example, a rule may specify that any polygon must be at least n nanometers from any other polygon. This is converted into a geometry query
Space_partitioning
System that provides database services specifically for arrays
manifold optimization opportunities. As an example for array query operators the rasdaman algebra and query language can serve, which establish an expression
Array_DBMS
Computing problem
the range query problem consists of efficiently answering several queries regarding a given interval of elements within an array. For example, a common
Range query (computer science)
Range_query_(computer_science)
Marker used in SQL databases to indicate a value does not exist
database query language, null or NULL is a special marker used to indicate that a data value does not exist in the database. Introduced by the creator
Null_(SQL)
Interrelating info from diverse sources
the semantics of the query by missing the relationships between entities. Below is the example that compares SPARQL and SQL queries for medications that
Semantic_integration
Network administration command-line tool
this example, dig is used to query for any type of record information in the domain example.com: $ dig example.com any ; <<>> DiG 9.6.1 <<>> example.com
Dig_(command)
scenarios examined in their article. Using GPT-3, released by OpenAI in 2020, as an example, they estimated that training the model in Microsoft's U.S
Environmental_impact_of_AI
Set of rules defining correctly structured programs
WHERE price > 100.00 ORDER BY title; The example below demonstrates a query of multiple tables, grouping, and aggregation, by returning a list of books
SQL_syntax
SQL clause
A join clause in the Structured Query Language (SQL) combines columns from one or more tables into a new table. The operation corresponds to a join operation
Join_(SQL)
Automated information retrieval method
provided in a search query. In other words, the ideas expressed in the information retrieved in response to a concept search query are relevant to the
Concept_search
Search using the full text of documents
documents to find matches for user queries. Full-text-search techniques began to appear in the 1960s (for example, IBM STAIRS in 1969), and became common
Full-text_search
American technologist and cryptographer (1980–2011)
aiming to commercialize Patterson's Support Vector Machine-based "Query By Example" (later "OBELisQ") project. Sassaman and Patterson announced Osogato's
Len_Sassaman
Query language for object-oriented databases
Object Query Language (OQL) is a query language standard for object-oriented databases modeled after SQL and developed by the Object Data Management Group
Object_Query_Language
Computer software system
techniques like in DBMS, where a query plan with the lowest costs is chosen from different equivalent query plans. One example is to choose the order of two
Data_stream_management_system
Computer network protocol
WHOIS (pronounced as the phrase "who is") is a query and response protocol that is used for querying databases that store an Internet resource's registered
WHOIS
Statistics about search result quality
relevance of results retrieved in response to a query. The success of an IR system may be judged by a range of criteria including relevance, speed, user
Evaluation measures (information retrieval)
Evaluation_measures_(information_retrieval)
Database engine built by Microsoft
through DAO. Queries are the mechanisms that Jet uses to retrieve data from the database. They can be defined in Microsoft QBE (Query By Example), through
Access_Database_Engine
Measure of ranking quality
information retrieval. It is often normalized so that it is comparable across queries, giving Normalized DCG (nDCG or NDCG). NDCG is often used to measure effectiveness
Discounted_cumulative_gain
OLAP query language
Expressions (MDX) is a query language for online analytical processing (OLAP) using a database management system. Much like SQL, it is a query language for OLAP
MultiDimensional_eXpressions
American technologist, science fiction author, and journalist (born 1977)
provide a "query-by-example" extension to the SQL language, allowing DBAs to quickly and easily form complex datamining requests based on example positive
Meredith_L._Patterson
Declarative graph query language
the example query below will search for the pattern of the node (Actor label and property called name with value of 'Nicole Kidman') connected by a relationship
Cypher_(query_language)
Jakarta Persistence Query Language (JPQL; formerly Java Persistence Query Language) is a platform-independent object-oriented query language defined as
Jakarta Persistence Query Language
Jakarta_Persistence_Query_Language
Minimizing problem in computer programming
query RMQA(l,r) =arg min A[k] (with 1 ≤ l ≤ k ≤ r ≤ n) returns the position of the minimal element in the specified sub-array A[l … r]. For example,
Range_minimum_query
AI that generates content
(LLMs) retrieve, summarize, and present information in response to user queries. Related terms include answer engine optimization (AEO) and artificial
Generative_AI
automatic semantic matching between queries and databases. Schema-agnosticism is the property of a database of mapping a query issued with the user terminology
Schema-agnostic_databases
Database stored query result set
A view is equivalent to its source query. When queries are run against views, the query is modified. For example, if there exists a view named accounts_view
View_(SQL)
Component of Microsoft's Windows NT operating system
are examples of simple custom filters for the new Window Event Log: Caveats: There are limitations to Microsoft's implementation of XPath Queries using
Event_Viewer
Defining elements of a set in terms of other elements in the set
to solve goals and answer queries. For example, given the query ?- even(s(s(0))) it produces the answer true. Given the query ?- even(s(0)) it produces
Recursive_definition
Combining data from multiple sources
heterogeneous data sources, often referred to as information silos, under a single query interface have existed for some time. In the early 1980s, computer scientists
Data_integration
Computer query in SQL
a SQL database query, a correlated subquery (also known as a synchronized subquery) is a subquery (a query nested inside another query) that uses values
Correlated_subquery
Collaborative multilingual knowledge graph
to the graph databases comparison performed by Wikimedia.) 86 on GitHub "Wikidata Query Builder". query.wikidata.org. Brandom, Russell (1 October 2025)
Wikidata
Contextual Query Language (CQL), previously known as Common Query Language, is a formal language for representing queries to information retrieval systems
Contextual_Query_Language
Unsolved problem on graph query complexity
(n^{2})} lower bound. For example, the monotone property of nonplanarity requires Θ ( n 3 / 2 ) {\displaystyle \Theta (n^{3/2})} queries, and the monotone property
Aanderaa–Karp–Rosenberg conjecture
Aanderaa–Karp–Rosenberg_conjecture
sublanguages associated with modern RDBMS's are QBE (Query by Example) and SQL (Structured Query Language). In 1985, Codd encapsulated his thinking in
Sublanguage
Microsoft programming language
and computation expression features are combined to implement LINQ queries. For example: // Use the OData type provider to create types that can be used
F Sharp (programming language)
F_Sharp_(programming_language)
Digital database whose organization is based on the relational model of data
using SQL (Structured Query Language) for querying and updating the database. The concept of relational database was defined by E. F. Codd at IBM in 1970
Relational_database
Family of database software by Microsoft
proprietary relational database management system developed by Microsoft using Structured Query Language (SQL, often pronounced "sequel"). As a database
Microsoft_SQL_Server
SQL statement that returns a result set of rows from one or more tables
ORDER BY clause, the order of rows returned by an SQL query is undefined. The DISTINCT keyword eliminates duplicate data. The following example of a SELECT
Select_(SQL)
Data item stored in a browser by a website
confusion. For example, if the preferences of a user are encoded in the query string of a URL and the user sends this URL to another user by e-mail, those
HTTP_cookie
Type of computer program
typically provide an API or query language that enables retrieval based on document content or associated metadata. For example, a query may return all documents
Document-oriented_database
Database class for storage and retrieval of modeled data
incorporate advanced features to optimize query performance. For example, MongoDB supports compound indexes and query-optimization strategies, Cassandra offers
NoSQL
Effect in mathematics from combinations
involved in the query. For example, if a Customers table has 5 rows and a Products table has 10 rows, running a naive SQL join query such as SELECT *
Cartesian_explosion
Cyberattack using corrupt DNS data
any DNS records passed back that are not directly relevant to the query. For example, versions of BIND 9.5.0-P1 and above perform these checks. Source
DNS_spoofing
Online information retrieval tool
own results. Metasearch engines take input from a user and immediately query search engines for results. Sufficient data is gathered, ranked, and presented
Metasearch_engine
QUERY BY-EXAMPLE
QUERY BY-EXAMPLE
Boy/Male
Tamil
Omdutt | ஓமà¯à®¤à¯à®¤à¯à®¤Â
Given by God
Omdutt | ஓமà¯à®¤à¯à®¤à¯à®¤Â
Boy/Male
Australian, British, Christian, English, Norse
Farm by a Ditch; Town by the Ditch
Girl/Female
Tamil
Dhanapriya | தநாபà¯à®°à®¿à®¯à®¾
Loved by wealth
Dhanapriya | தநாபà¯à®°à®¿à®¯à®¾
Girl/Female
Indian
By consciousness
Girl/Female
Tamil
Trick, Power, Strategy, Solution by logic, By reasoning
Girl/Female
Tamil
Hridhya | ஹà¯à®°à¯€à®¤à¯à®¯à®¾
By heart
Hridhya | ஹà¯à®°à¯€à®¤à¯à®¯à®¾
Girl/Female
Indian, Punjabi, Sikh
By Thinking
Girl/Female
Tamil
Chethasaa | சேதாஸா
By consciousness
Chethasaa | சேதாஸா
Boy/Male
Tamil
Nirved | நிரà¯à®µà¯‡à®¤
Gift by God
Nirved | நிரà¯à®µà¯‡à®¤
Boy/Male
Gujarati, Hindu, Indian, Kannada, Malayalam, Marathi, Modern, Sanskrit, Telugu
Loved by Buddha; Liked by Buddha
Boy/Male
Hindu, Indian
Blessed by God; Forgiven by God
Girl/Female
Gujarati, Hindu, Indian, Kannada, Tamil
Trick; Power; Strategy; Solution by Logic; By Reasoning
Girl/Female
Tamil
Trick, Power, Strategy, Solution by logic, By reasoning
Girl/Female
Tamil
Dhana Priya | தநாபà¯à®°à®¿à®¯à®¾
Loved by wealth
Dhana Priya | தநாபà¯à®°à®¿à®¯à®¾
Boy/Male
American, British, English
Dwells by the Path by the Brook
Girl/Female
Indian
By heart
Boy/Male
British, English
Lives by the Path by the Brook
Girl/Female
Hindu
Trick, Power, Strategy, Solution by logic, By reasoning
Boy/Male
English
Lives by the path by the brook.
Girl/Female
Gujarati, Indian, Kannada
Njn
QUERY BY-EXAMPLE
QUERY BY-EXAMPLE
Boy/Male
Gujarati, Hindu, Indian, Jain, Kannada, Malayalam, Marathi, Oriya, Sanskrit, Tamil, Telugu
Equal to Friend; Like a Friend; Limited; Friend; Limitless
Boy/Male
Indian, Telugu
Lord Shiva; Weapon of Siva (Trishul); The Horse of Surya
Boy/Male
Muslim
Pioneer
Boy/Male
American, Australian, Chinese, French, German, Latin, Portuguese, Spanish, Swedish
Light; Illumination; Form of Luke; Bringer of Light
Girl/Female
Hindu
Brilliant, A pilgrimage centre in south india, A waistband
Girl/Female
Hebrew
Small or bitter.
Boy/Male
Gujarati, Hindu, Indian, Kannada, Marathi, Telugu
World; World Known
Boy/Male
Australian, Greek
Gentle; To Tame
Boy/Male
Tamil
Kashinath | காஷீநாதÂ
Lord Shiva
Girl/Female
African, Gujarati, Hindu, Indian, Kannada, Malayalam, Marathi, Sanskrit, Sindhi, Telugu
Meditation
QUERY BY-EXAMPLE
QUERY BY-EXAMPLE
QUERY BY-EXAMPLE
QUERY BY-EXAMPLE
QUERY BY-EXAMPLE
n. & v.
See Querl.
p. pr. & vb. n.
of Query
adv.
Passing near; going past; past; beyond; as, the procession has gone by; a bird flew by.
n.
That which is asked; inquiry; interrogatory; query.
v. t.
Earnest inquiry; question; query.
v. t.
To address questions to; to examine by questions.
a.
Out of the common path; aside; -- used in composition, giving the meaning of something aside, secondary, or incidental, or collateral matter, a thing private or avoiding notice; as, by-line, by-place, by-play, by-street. It was formerly more freely used in composition than it is now; as, by-business, by-concernment, by-design, by-interest, etc.
v. t.
To put questions about; to elicit by questioning; to inquire into; as, to query the items or the amount; to query the motive or the fact.
adv.
Aside; as, to lay by; to put by.
v. t.
To doubt of; to be uncertain of; to query.
pref.
Near to, while passing; hence, from one to the other side of; past; as, to go by a church.
pl.
of Query
adv.
Near; in the neighborhood; present; as, there was no person by at the time.
n.
A question in the mind; a doubt; as, I have a query about his sincerity.
pref.
Used in specifying adjacent dimensions; as, a cabin twenty feet by forty.
v. t.
To twirl; to turn or wind round; to coil; as, to querl a cord, thread, or rope.
v. i.
To have a doubt; as, I query if he is right.
imp. & p. p.
of Query
pref.
With, as means, way, process, etc.; through means of; with aid of; through; through the act or agency of; as, a city is destroyed by fire; profit is made by commerce; to take by force.
v. t.
To write " query" (qu., qy., or ?) against, as a doubtful spelling, or sense, in a proof. See Quaere.