Creating Schema & Table

Поділитися
Вставка
  • Опубліковано 5 лис 2024

КОМЕНТАРІ • 7

  • @techfifer6137
    @techfifer6137 3 роки тому +7

    I didn't find any major difference between SCHEMAS and DATABASES practically in MySql

  • @sugumarvairaperumal625
    @sugumarvairaperumal625 4 роки тому +7

    could u please tell me the difference between the table schema and database schema ?

    • @allendataguy
      @allendataguy 3 роки тому +5

      Table schema and database schema both refers to the same thing.
      You create a Schema within a database.
      Once you create a schema, you can group related tables within the particular schema by specifying the schema name during table creation.

    • @sugumarvairaperumal625
      @sugumarvairaperumal625 3 роки тому

      @@allendataguy thanks

    • @chandubharath1772
      @chandubharath1772 2 роки тому

      Thanks @Allen

    • @Ignitedmind_
      @Ignitedmind_ Місяць тому

      ​@@allendataguyThanks