My Crossword Maker Logo
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crucigrama Sopa de Letras Hoja de Trabajo
Calificar este Puzzle:
Log in or sign up to rate this puzzle.

7.4 Querying Databases

Horizontales
One makes changes to existing records in a table, the other tells the database the changes to make.
Add, change, or remove fields on an existing table. It also lets you define primary and foreign keys.
Gives a user specified permissions to a specific database object and is part of the data control language within SQL.
Creates a backup copy of the database.
Database commands that modify the records within the database and not the schema itself.
Deletes an entire table, including all the data stored in it.
Work together to add new records to an existing table.
Creates an index within a table which can be used to accelerate the speed of query retrieval time.
A computer language that makes relational databases work.
A command sent to a database.
Removes the specified permissions to specific database objects and is also part of the data control language within SQL.
Database commands that change the structure, or schema, of the database.
A method of accessing a database directly using the database management system itself.
Verticales
Lets you narrow your query to only the results you want.
A method of accessing a database using custom computer programs.
Add a new table to an existing database.
Creates a virtual table populated from an SQL statement result-set.
A method of accessing a database using a graphical user interface that allows users to select what actions they want to perform on a database.
Allows you begin a brand-new database.
Back up a database is to export the data into a format that can be read by another program like a spreadsheet.
Deletes records from a table.
Lets you view the specific information you want from the database