Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monitoring type: ALTER, CREATE #35

Open
abdidarmawan007 opened this issue Feb 3, 2021 · 0 comments
Open

Monitoring type: ALTER, CREATE #35

abdidarmawan007 opened this issue Feb 3, 2021 · 0 comments

Comments

@abdidarmawan007
Copy link

abdidarmawan007 commented Feb 3, 2021

hi its possible for monitoring DDL Data Definition Language

CREATE - to create a database and its objects like (table, index, views, store procedure, function, and triggers)
ALTER - alters the structure of the existing database
DROP - delete objects from the database
TRUNCATE - remove all records from a table, including all spaces allocated for the records are removed
COMMENT - add comments to the data dictionary
RENAME - rename an object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant