Skip to content

practice sql with oracle 10g , here i successfully doing CURD operation, Aggregate Functions, join, alter. (DDL,DML)

Notifications You must be signed in to change notification settings

manish-kumar-7/SQL_practice

Repository files navigation

SQL_practice

I am working with the employee (emp) and department (dept) tables, where the emp table is the parent table, and the dept table is the child (referencing) table. I also use a java table specifically to practice the ALTER command.

I am practicing SQL using Oracle 10g, and I have successfully performed CRUD operations, aggregate functions, joins, and ALTER commands as part of DDL (Data Definition Language) and DML (Data Manipulation Language). Parent table: Typically the table being referenced (has the primary key).

Child table: The table that contains a foreign key referencing the parent.

CRUD: Create, Read, Update, Delete.

DDL: Commands like CREATE, ALTER, DROP, etc.

DML: Commands like INSERT, UPDATE, DELETE, SELECT.

About

practice sql with oracle 10g , here i successfully doing CURD operation, Aggregate Functions, join, alter. (DDL,DML)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published