Advanced Database System Flashcards
Identified at a compile time using preprocessor, which translates expressed in this into function calls.
Embedded SQL
defines (API) that Java programs use that can connect to database servers
Java Database Connectivity
A pre-complied SQL statement
PreparedStatement
Allows program to construct a SQL query as a character string at run time
Dynamic SQL
calculates the rank of a value in a group of values
Rank
They prevent SQL injection attack
PreparedStatement
a statement that the system executes automatically as a side effect of a modification to the database
Trigger
defines an API that application can use to open a connection with a database, send queries and updates, and get back results
Open Database Connectivity (ODBC)
allows you to write cross-tabulation queries which transpose rows into columns, aggregating data in the process of the transporting.
Pivot