Concept Flow - DDL (CREATE, ALTER, DROP)
Start
Choose DDL Command
CREATE
Define
New Object
Execute Command
Object Structure Updated
End
The flow starts by choosing a DDL command: CREATE to make new objects, ALTER to change existing ones, or DROP to remove them, then executes and updates the database structure.