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

Tags and Description

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 37 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 6 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 6 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 9 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 9 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 93 people
Updated ... ago
5.0 Stars(1)

Explore top flashcards

flashcards Flashcard178 terms
studied byStudied by 22 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard35 terms
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard130 terms
studied byStudied by 33 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard138 terms
studied byStudied by 9 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard208 terms
studied byStudied by 37 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard61 terms
studied byStudied by 4 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard103 terms
studied byStudied by 20 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard358 terms
studied byStudied by 27 people
Updated ... ago
5.0 Stars(1)