SHOW-CREATE-REPOSITORY

Name

SHOW CREATE REPOSITORY

Description

This statement is used to demonstrate the creation statement of a repository.

grammar:

  1. SHOW CREATE REPOSITORY for repository_name;

illustrate:

  • repository_name: repository name

Example

  1. Show the creation statement of the specified repository

    1. SHOW CREATE REPOSITORY for test_repository

Keywords

  1. SHOW, CREATE, REPOSITORY

Best Practice