ch5

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:46 AM on 11/11/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

API (Application-Program Interface)

A set of routines, protocols, and tools for building software applications that allow programs to interact with a database server.

2
New cards

JDBC

Java Database Connectivity; a Java API for connecting and executing queries with a database.

3
New cards

ODBC

Open Database Connectivity; a standard API for accessing database management systems.

4
New cards

Embedded SQL

SQL statements that are embedded within a host programming language like C or Java.

5
New cards

Cursor

A database object used to retrieve, manipulate, and process query results row by row.

6
New cards

Trigger

A statement that is automatically executed by the database system in response to a specific event such as insert, update, or delete.

7
New cards

Transitive Closure

A recursive view that represents all direct and indirect relationships in a hierarchy or prerequisite structure.

8
New cards

OLAP (Online Analytical Processing)

A category of software technology that enables analysts, managers, and executives to gain insight into data through fast, consistent, interactive access.

9
New cards

Rank() function

A window function that assigns a unique rank to each row within a partition of a result set.

10
New cards

Recursive Query

A query that refers to itself in order to perform complex data retrieval operations involving relationships like hierarchical data.

11
New cards

Compound Statement

A statement that groups multiple SQL statements for execution that may include local variable declarations.

12
New cards

Functions and Procedures in SQL

Subroutines written in SQL (functions) or in an external programming language (procedures) for performing operations on data.

13
New cards

Trigger Time

Specifies when a trigger should be executed, either before or after an event such as insert, update, or delete.

14
New cards

Row_Number()

A window function used to assign a unique sequential integer to rows within a partition of a result set.

15
New cards

Window functions

Functions that perform calculations across a set of table rows that are somehow related to the current row.

16
New cards

Ntile() function

A windowing function that distributes the rows in the ordered partition into a specified number of buckets.

17
New cards

Pivoting

The process of rotating data from rows to columns to summarize and analyze data easily.

18
New cards

Rollup

A SQL extension used to generate subtotals across multiple groupings.

19
New cards

Data Cube

A multidimensional array of data used for organization of data in OLAP.

20
New cards

Hierarchy in SQL

An organizational structure that allows data to be viewed at different levels of granularity.