Advance Database Lesson1

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

1/23

Last updated 10:30 AM on 3/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

24 Terms

1
New cards

SQL

a flexible computer language that you can deploy in different ways to communicate with relational databases

2
New cards

Single Tier Architecture

the Client, Server, and Database all reside on the same machine

3
New cards

Two Tier Architecture

 interface which is called ODBC (Open Database Connectivity) an API which allows the client-side program to call the DBMS. Today most of the DBMS offers ODBC drivers for their DBMS.

1.Presentation layer runs on a client (PC, Mobile, Tablet, etc)

2. Data is stored on a Server.

4
New cards

Three Tier Architecture

1.  Presentation layer (your PC, Tablet, Mobile, etc.)

2. Application layer (server)

3.  Database Server


5
New cards

Schema

description of a database, which is specified during database design.

6
New cards

Instances

The data in the database at a particular moment in time is called a database state or snapshot. It is also called the current set of occurrences or instances in the database.

7
New cards

Data Definition Language

used for specifying the database schema. It is used for creating tables, schema, indexes, constraints etc. in database. Lets see the operations that we can perform on database using


CREATE

ALTER

DROP

TRUNCATE

RENAME

DROP

COMMENT


8
New cards

Data Manipulation Language

is used for accessing and manipulating data in a database. The following operations on database

SELECT

INSERT

UPDATE

DELETE


9
New cards

Data Control Language

is used for granting and revoking user access on a database

10
New cards

Transaction Control Language

The changes in the database that we made using DML commands are either performed or rollback

Commit and Rollback

11
New cards
12
New cards
13
New cards
14
New cards
15
New cards
16
New cards
17
New cards
18
New cards
19
New cards
20
New cards
21
New cards
22
New cards
23
New cards
24
New cards

Explore top flashcards

flashcards
English 1111-Sadlier Unit IIII
20
Updated 1242d ago
0.0(0)
flashcards
APHUG Unit 6 & 7 Vocab
50
Updated 1066d ago
0.0(0)
flashcards
PSYC 14
64
Updated 188d ago
0.0(0)
flashcards
Kafli 9 - Choice and Preference
43
Updated 120d ago
0.0(0)
flashcards
Fifty common Russian verbs
51
Updated 435d ago
0.0(0)
flashcards
Unit 3 vocab
20
Updated 1206d ago
0.0(0)
flashcards
PA Drivers Permit Flashcards
166
Updated 1056d ago
0.0(0)
flashcards
Unit 1A
61
Updated 1160d ago
0.0(0)
flashcards
English 1111-Sadlier Unit IIII
20
Updated 1242d ago
0.0(0)
flashcards
APHUG Unit 6 & 7 Vocab
50
Updated 1066d ago
0.0(0)
flashcards
PSYC 14
64
Updated 188d ago
0.0(0)
flashcards
Kafli 9 - Choice and Preference
43
Updated 120d ago
0.0(0)
flashcards
Fifty common Russian verbs
51
Updated 435d ago
0.0(0)
flashcards
Unit 3 vocab
20
Updated 1206d ago
0.0(0)
flashcards
PA Drivers Permit Flashcards
166
Updated 1056d ago
0.0(0)
flashcards
Unit 1A
61
Updated 1160d ago
0.0(0)