No student devices needed. Know more
15 questions
An SQL command that counts the number of records (rows) in which the field (column) matches a specified condition; used with SELECT (a)
A classification of how data is stored and displayed, and of which operations that can be performed on the stored value
data type
data value
data
data packet
A persistent structured collection of data that allows people to extract information in a way that meets their needs
record
table
database
basedata
The values associated with each record in a database table
table
record
primary key
field
An SQL command that identifies the table to use
SELECT
FROM
WHERE
ORDER BY
An SQL command that sorts the results from a query by a given column either alphabetically or numerically
SUM
WHERE
COUNT
ORDER BY
A field in a database that uniquely identifies a record
public key
private key
primary key
secondary key
A collection of fields that describe one item
table
record
field
database
An SQL command that fetches specified fields (columns) from a table
SELECT
FROM
WHERE
ORDER BY
A database that contains only one table
object database
graph database
relational database
single-table database
A list of SQL commands that perform a given task, often stored in a file so it can be reused
original scripts
SQL Scripts
storyboard scripts
screenplay scripts
The standard query language for writing scripts to obtain useful information from a relational database
Hypertext Markup Language (HTML)
Data Manipulation Language (DML)
Data Definition Language (DDL)
Standard Query Language (SQL)
An SQL command that returns the sum of all the values in a field (column); used with SELECT
SELECT
SUM
FROM
WHERE
A collection of related records in a database
field
row
table
column
An SQL command to include only those records (rows) in a query that match a given condition
SELECT
FROM
WHERE
ORDER BY
Explore all questions with a free account