SHOW CREATE REPOSITORY
This statement is used to demonstrate the creation statement of a repository.
grammar:
SHOW CREATE REPOSITORY for repository_name;
illustrate:
repository_name: repository nameShow the creation statement of the specified repository
SHOW CREATE REPOSITORY for test_repository
SHOW, CREATE, REPOSITORY