How to create table (s) in Oracle Database with relational integrity ?

  Рет қаралды 104

TrustCoding

TrustCoding

Ай бұрын

How to create table (s) with relation in Oracle Database ?
#education #oracle #plsql #sqlplus #databasemanagement #oracledatabasetutorial
LEARNING OUTCOME:
1. CREATE TABLE USING SQL
2. SET CONSTRAINT
3. CREATE A RELATIONAL DATABASE
4. PRACTICE OF CREATE TABLE COMMAND, DESC COMMAND, PRIMARY KEY, FOREIGN KEY AND NOT NULL CONSTRAINT
SQL CODES :
//DEPARTMENT TABLE
CREATE TABLE department
(
dept_id varchar2(5) primary key,
dept_name varchar2(25) not null
);
//PROGRAM TABLE
CREATE TABLE program
(
program_id varchar2(10) primary key,
program_name varchar2(30) not null,
dept_id varchar2(5),
constraint program_fk foreign key(dept_id) references department(dept_id)
);
Regards,
Md. Ahsan Arif
Department of Computer Science and Engineering
University of Scholars

Пікірлер
How to start Oracle SQL Plus ?
22:33
TrustCoding
Рет қаралды 144
I've been using Redis wrong this whole time...
20:53
Dreams of Code
Рет қаралды 352 М.
Jumping off balcony pulls her tooth! 🫣🦷
01:00
Justin Flom
Рет қаралды 35 МЛН
Look at two different videos 😁 @karina-kola
00:11
Andrey Grechka
Рет қаралды 13 МЛН
Bony Just Wants To Take A Shower #animation
00:10
GREEN MAX
Рет қаралды 6 МЛН
you need to learn SQL RIGHT NOW!! (SQL Tutorial for Beginners)
24:25
NetworkChuck
Рет қаралды 1,5 МЛН
DHH discusses SQLite (and Stoicism)
54:00
Aaron Francis
Рет қаралды 59 М.
Class 1: Introduction to SQL - Getting Started with Database Queries (August 2024 Batch)
1:23:18
VJ LEARNING HUB - The Learning Revolution
Рет қаралды 587
Learn Database Normalization - 1NF, 2NF, 3NF, 4NF, 5NF
28:34
Decomplexify
Рет қаралды 1,8 МЛН
Keys in RDBMS
22:49
Neso Academy
Рет қаралды 310 М.
How To Load One BILLION Rows into an SQL Database
12:17
Database Star
Рет қаралды 33 М.
Database Indexing for Dumb Developers
15:59
Laith Academy
Рет қаралды 51 М.
From Zero to Data Analyst in 90 Days: Get Hired in 2024!
12:20
Tech with Deepanshu
Рет қаралды 33 М.
How to Design and Build a Data Model in Microsoft Dataverse
42:09
Lisa Crosbie
Рет қаралды 81 М.
Jumping off balcony pulls her tooth! 🫣🦷
01:00
Justin Flom
Рет қаралды 35 МЛН