SQL for beginners: CREATE TABLE statement

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 7

  • @AlvordCoKe
    @AlvordCoKe 10 месяцев назад +1

    To create the DB table in PostgreSQL you can open the file createdb.sql using DBeaver, select the block CREATE TABLE …, and make right click and select run query. With the empty table created, refresh the tables, right click on the table, select import from CSV file, and follow the importing steps

  • @kiransingh8239
    @kiransingh8239 Год назад +4

    I have a query ,how can we create temporary table and insert data

  • @kiransingh8239
    @kiransingh8239 Год назад +1

    Suppose I want to migrate my all the data from Dbeaver db to Sql database ,and onceugratwd I need to validate all the data existing in Dbwaver Db should exist in Sql once data migrated, I should generate a report with the help oh Dbeaver script ,can u pls provide a solution for this ...

    • @DBeaver_video
      @DBeaver_video  Год назад

      Please take into account that DBeaver doesn't store any of your data. It is GUI for working with databases.

  • @kiransingh8239
    @kiransingh8239 Год назад +2

    Hi your videos are great and really helpful ❤

  • @zorkango
    @zorkango Год назад +1

    Thanks
    BEST

  • @kiransingh8239
    @kiransingh8239 Год назад

    Pls reply