Database Concepts

studied byStudied by 3 people
0.0(0)
Get a hint
Hint

What two categories do oracle database objects fall under

1 / 16

flashcard set

Earn XP

Description and Tags

17 Terms

1

What two categories do oracle database objects fall under

Schema and Non-schema objects

New cards
2

What is an Entity

An entity is the smallest unity containing a meaningful set of data. Examples are rows, columns, and tables.

New cards
3

What is a table?

A table is the base unit of database to store data, formatted with columns and rows

New cards
4

What’s a schema

\n Schema is a set of rules specifying the structure and behavior of data in a database. User is the individual who uses the database system to store and process data.

New cards
5

What’s a materialized view

Has a real table filled by a SQL query The real table is truncated and refilled with a specific time frequency.

New cards
6

What does SQL stand for?

Structured Query Language

New cards
7

What does RDBMS stand for?

Relational Database Management System

New cards
8

What does a relation mean?

A connection between two tables.

New cards
9

What is a view

A virtual table that provides access to a subset of columns or some restricted rows from one or more tables. They act like a real table, but do not physically use any space for the returning data.

New cards
10

What are triggers?

Complied PL/SQL program units stored in the database and executed with a specific event like an insert, update, delete, or create, etc. They are used for performing other operations "BEFORE", "ON" or "AFTER" the main operation.

New cards
11

What are synonyms?

Is an alternative name or an alias for the database objects. By using these you can query other user's objects without writing its schema name

New cards
12

What are sequences?

Database objects which generate unique integers and generally used for primary key values (unique values for a row).

New cards
13

What are packages?

The schema objects that are complied and stored in the database and consist of logically grouped SQL and PL/SQL codes, variables, cursors, etc. in it to perform one or more than one operations by using its functions or procedures.

New cards
14

Databases

A place that we store an organized collection of data.

New cards
15

Database Links

Are the connections between two physical database servers.

New cards
16

What are constraints?

Constraints are the rules for restricting invalid data entries into tables.

New cards
17

Hierarchical DBMS

This type of DBMS uses the parent-child relationship for storing the data.

New cards

Explore top notes

note Note
studied byStudied by 67 people
... ago
5.0(2)
note Note
studied byStudied by 58 people
... ago
5.0(2)
note Note
studied byStudied by 55 people
... ago
5.0(1)
note Note
studied byStudied by 46 people
... ago
4.0(1)
note Note
studied byStudied by 17 people
... ago
5.0(1)
note Note
studied byStudied by 23 people
... ago
5.0(1)
note Note
studied byStudied by 348 people
... ago
5.0(1)

Explore top flashcards

flashcards Flashcard (94)
studied byStudied by 6 people
... ago
5.0(1)
flashcards Flashcard (47)
studied byStudied by 30 people
... ago
5.0(1)
flashcards Flashcard (81)
studied byStudied by 7 people
... ago
5.0(1)
flashcards Flashcard (26)
studied byStudied by 19 people
... ago
5.0(1)
flashcards Flashcard (37)
studied byStudied by 9 people
... ago
5.0(1)
flashcards Flashcard (25)
studied byStudied by 17 people
... ago
5.0(1)
flashcards Flashcard (31)
studied byStudied by 93 people
... ago
5.0(1)
flashcards Flashcard (53)
studied byStudied by 38 people
... ago
5.0(1)
robot