An Entity of Type: military conflict, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

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 employees with 3 to 5 years' experience. Range queries are unusual because it is not generally known in advance how many entries a range query will return, or if it will return any at all. Many other queries, such as the top ten most senior employees, or the newest employee, can be done more efficiently because there is an upper bound to the number of results they will return. A query that returns exactly one result is sometimes called a singleton.

Property Value
dbo:abstract
  • Eine Bereichsabfrage (engl.: range query) ist eine übliche Datenbankabfrage, welche alle Datensätze (Zeilen in Datenbanktabelle einer Relationale Datenbank) auffindet, bei denen ein bestimmtes Attribut innerhalb eines vorgegebenen Intervalls liegt. Bereichsabfragen sind ungewöhnlich, da nicht vorab bekannt ist, ob und wie viele Einträge zurückgeliefert werden. Viele andere Abfragen, etwa nach den zehn ältesten Mitarbeitern oder dem neusten Mitarbeiter einer Firma, können effizienter ausgeführt werden, da die Anzahl von zurückgelieferten Einträgen nach oben beschränkt ist. (de)
  • 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 employees with 3 to 5 years' experience. Range queries are unusual because it is not generally known in advance how many entries a range query will return, or if it will return any at all. Many other queries, such as the top ten most senior employees, or the newest employee, can be done more efficiently because there is an upper bound to the number of results they will return. A query that returns exactly one result is sometimes called a singleton. (en)
dbo:wikiPageID
  • 17220957 (xsd:integer)
dbo:wikiPageLength
  • 1119 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 855688573 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Eine Bereichsabfrage (engl.: range query) ist eine übliche Datenbankabfrage, welche alle Datensätze (Zeilen in Datenbanktabelle einer Relationale Datenbank) auffindet, bei denen ein bestimmtes Attribut innerhalb eines vorgegebenen Intervalls liegt. Bereichsabfragen sind ungewöhnlich, da nicht vorab bekannt ist, ob und wie viele Einträge zurückgeliefert werden. Viele andere Abfragen, etwa nach den zehn ältesten Mitarbeitern oder dem neusten Mitarbeiter einer Firma, können effizienter ausgeführt werden, da die Anzahl von zurückgelieferten Einträgen nach oben beschränkt ist. (de)
  • 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 employees with 3 to 5 years' experience. Range queries are unusual because it is not generally known in advance how many entries a range query will return, or if it will return any at all. Many other queries, such as the top ten most senior employees, or the newest employee, can be done more efficiently because there is an upper bound to the number of results they will return. A query that returns exactly one result is sometimes called a singleton. (en)
rdfs:label
  • Bereichsabfrage (de)
  • Range query (database) (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License