It Specialist Database Database Management Using DDL
It Specialist Database Database Management Using DDL
DATABASE
DATABASE MANAGEMENT
OBJECT USING DDL
Let’s Roll
Our Team
Ketut Susilo
Marketing
Data Definition
01 04 Stored Procedures
Language (DDL)
RESULT
ALTER is a command to alters the
structure of the existing database
objects, such as rename, add data, etc.
To rename the film_info to
film_information table, then we use
ALTER VIEW statement.
input output
jgf
input output
insert record table with stored prosedure
DISTINCT
The DISTINCT clause is used in the
OUTPUT
SELECT statement to remove duplicate
rows from a result set.
DISTINCT
The COUNT DISTINCT function returns
OUTPUT
the number of unique values in the
column or expression.
INPUT
Query WHERE
End Slide