SHOW CREATE REPOSITORY
Descriptionβ
This statement is used to demonstrate the creation statement of a repository.
grammar:
SHOW CREATE REPOSITORY for repository_name;
illustrate:
repository_name
: repository name
Exampleβ
-
Show the creation statement of the specified repository
SHOW CREATE REPOSITORY for test_repository
Keywordsβ
SHOW, CREATE, REPOSITORY