This printable crossword puzzle on the topic of Computer Science & Technology has 10 clues. Answers range from 3 to 15 letters long. This crossword is also available to download as a Microsoft Word document or a PDF.
is a set of programming extensions from Sybase and Microsoft that add several features to the Structured Query Language (SQL) including transaction control, exception and error handling, row processing, and declared variables.
a collection of information that is organized so that it can be easily accessed, managed and updated.
SQL Injection (SQLi) refers to an injection attack wherein an attacker can execute malicious SQL statements hat control a web application's database server
a request for information from a database.
In SQL, the __________ TABLE statement is a Data Definition Language (DDL) operation that marks the extents of a table for deallocation
A ________________ is a set of Structured Query Language (SQL) statements with an assigned name, which are stored in a relational database management system as a group, so it can be reused and shared by multiple programs.
A _______is a special kind of a store procedure that executes in response to certain action on the table like insertion, deletion or updation of data.
_____ statements are used to define the database structure or schema.
_______ statements are used for managing data within schema objects.
A ______ clause is used to combine rows from two or more tables, based on a related column between them