Vocabs
Terms
Agents
SPARQL/Dump
Terms
37
results
sql:clause
(
sql
)
0.015
n/a (use in LOD)
http://ns.inria.fr/ast/sql#clause
rdfs:comment
A SQL clause is a part
of
a statement.
@en
sql:StdDev
(
sql
)
0.014
n/a (use in LOD)
http://ns.inria.fr/ast/sql#StdDev
rdfs:comment
standard deviation (square root
of
the variance)
of
the given expression.
@en
sql:Intersect
(
sql
)
0.014
n/a (use in LOD)
http://ns.inria.fr/ast/sql#Intersect
rdfs:comment
common result rows
of
the combination
of
the result sets
of
two or more queries.
@en
sql:Union
(
sql
)
0.013
n/a (use in LOD)
http://ns.inria.fr/ast/sql#Union
rdfs:comment
combination
of
the result sets
of
two or more queries.
@en
sql:UnionAll
(
sql
)
0.012
n/a (use in LOD)
http://ns.inria.fr/ast/sql#UnionAll
rdfs:comment
combination
of
the result sets
of
two or more queries, including duplicate result rows.
@en
sql:All
(
sql
)
0.012
n/a (use in LOD)
http://ns.inria.fr/ast/sql#All
rdfs:comment
the columns
of
the tables in the FROM clause.
@en
sql:Avg
(
sql
)
0.012
n/a (use in LOD)
http://ns.inria.fr/ast/sql#Avg
rdfs:comment
The SQL aggregate function that returns the mean
of
the given expression.
@en
sql:CrossJoin
(
sql
)
0.012
n/a (use in LOD)
http://ns.inria.fr/ast/sql#CrossJoin
rdfs:comment
Join predicate used to perform the cross-product
of
two tables.
@en
sql:Negate
(
sql
)
0.012
n/a (use in LOD)
http://ns.inria.fr/ast/sql#Negate
rdfs:comment
A unary arithmetic operator used to produce the negative
of
its operand.
@en
sql:Sum
(
sql
)
0.012
n/a (use in LOD)
http://ns.inria.fr/ast/sql#Sum
rdfs:comment
The SQL aggregate function that returns the sum
of
the given expression.
@en
1
2
3
4