Java Games: Flashcards, matching, concentration, and word search.

SQL Vocab Java

AB
Tablea data structure that organizes information into rows and columns. It can be used to both store and display data in a structured format.
Querya request for data or information from a database table or combination of tables.
Fieldare the containers that store pieces of information or data in database tables
RecordData is stored in records. A record is composed of fields and contains all the data about one particular person, company, or item in a database.
Relationshipis a situation that exists between two relational database tables when one table has a foreign key that references the primary key of the other table.
ERDAn entity relationship diagram (ERD), also known as an entity relationship model, is a graphical representation that depicts relationships among tables within a database.
SELECTextracts data from a database
UPDATEcreates a new database
INSERT INTOmodifies a database
CREATE DATABASEcreates a new table
ALTER DATABASEmodifies a table
DROP TABLEdeletes a table
CREATE INDEXcreates an index (search key)
DROP INDEXdeletes an index


Technology Teacher
Minuteman High School

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities