Convert any SQL Table to CSV or JSON file formats (using MySQL Workbench)

Поделиться
HTML-код
  • Опубликовано: 21 авг 2020
  • This video is on "How to Convert any SQL table to a Comma Separated Values format (.csv) or JavaScript Object Notation format (.json)".
    I'm using MySQL Workbench for this purpose. You can use any SQL Server for this.
    Convert to JSON :- 01:59
    Convert to CSV :- 02:35
    Install MySQL on Computer :- • How to install MySQL t...
    Install SQL on Android :- • How to run SQL queries...
    SQL Tutorial :- • Basic SQL tutorial for...
    Background Music used:-
    Higher by Roa / roa_music1031
    Creative Commons - Attribution 3.0 Unported - CC BY 3.0
    Free Download / Stream: bit.ly/higher-roa
    Music promoted by Audio Library • Higher - Roa (No Copyr...
    #json #csv #sql #table #convert

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

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

    Watched your all vedios brother... learnt a lot..i am starting my career in tech... thanks...keep rocking..all the best for your future..

  • @anam5381
    @anam5381 3 года назад +1

    Watched all your video. It was the best of explanation.

  • @amitwaghmare23
    @amitwaghmare23 3 года назад +1

    Thank you so much

  • @ksailaja8804
    @ksailaja8804 2 года назад +1

    Your videos are wonderful shall plz make the full course of sql and plsql

    • @EverythingComputerized
      @EverythingComputerized  2 года назад

      Due to some reasons, I've paused the tutorial, but I'll surely resume it as soon as possible!
      I really appreciate your support!

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

    whatever datatype and constraints we write while creating columns for a table in mysql, after exporting it into csv, will the datatype and constraint remains or they disappear? i mean in csv for example in name column instead of varchar format, if i input integer will the csv file throw error?

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

      It doesn't giveb any information about the data types.
      But the integer value are stored as plain numbers, varchars are stored as strings.

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

    what is the flow of operations? first we create a table in mysql, then we export it in csv format. from here where does the csv file is stored and how a users data is saved in this csv whenever a user inputs his/her inofrmation on a website. Can you please talk about the entire flow of creating a table untill how a users data is stored in the csv? The complete journey. Please reply asap, or atleast tell me what should i search on the internet to get this information?????????????????????????

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

      A Google search would be a quick solution to your problem, coz I'll also have to do the same!

  • @krutikapoojary2802
    @krutikapoojary2802 3 года назад +2

    how to change the database format to JSON in MySQL Workbench?