SHOW-CREATE-REPOSITORY
SHOW-CREATE-REPOSITORY
Name
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