Skip to main content
Skip to main content

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​

  1. Show the creation statement of the specified repository

    SHOW CREATE REPOSITORY for test_repository

Keywords​

SHOW, CREATE, REPOSITORY

Best Practice​