Adding Columns With Data SQL

Поділитися
Вставка
  • Опубліковано 7 вер 2024
  • Do you have to add a new column to a table that already exist and fill it with data? . In this scenario we need to include a location that depends on the values from the State Column.
    My advice is to do it step by step as shown.

КОМЕНТАРІ • 17

  • @hamzaarif6000
    @hamzaarif6000 Рік тому +4

    Okay but what if we want to add different values in a new column for each row in a single query???

  • @kyriakoslatsoynhs5907
    @kyriakoslatsoynhs5907 6 місяців тому

    thank you very much . I was able to add collumn very simply tnanks to your help .After i added the new null collumn i typed:
    UPDATE POP
    set Jazz =(
    select Jazz from ARTIST
    WHERE PArtistID=ArtistID ) --POP was the initial table , and 'Jazz'' the new collomn and ''ARTIST ' the other table from which i took the collumn 'Jazz '.I hope that is somehow useful as your video to me.Best of wishes

  • @PonderP378
    @PonderP378 2 місяці тому +1

    Salamat idol

  • @AshishGautam-so4uz
    @AshishGautam-so4uz 2 місяці тому

    I want know that.Are we use insert query in a single column such as MySQL.

  • @budddmj8191
    @budddmj8191 11 місяців тому

    this is amazing help thank you

  • @aspirecreativitea5959
    @aspirecreativitea5959 10 місяців тому

    Thanks! Big help!😊

  • @user-rl5ke2ky6h
    @user-rl5ke2ky6h 6 місяців тому

    Thank you so much ❤

  • @omkarkhode3718
    @omkarkhode3718 8 місяців тому

    Thank you buddy 👍🏻

  • @Ajju_bhai9777
    @Ajju_bhai9777 Рік тому

    Thxx sir good information ❤

  • @raveenathakur1176
    @raveenathakur1176 Рік тому

    Thank You Sir 💞

  • @ama_kwame
    @ama_kwame Рік тому

    Thank you.

  • @frankiceal94
    @frankiceal94 Рік тому

    Thank you

  • @Balajiji4888
    @Balajiji4888 Рік тому

    Thank you sir

  • @prasadpadamotham4390
    @prasadpadamotham4390 Рік тому

    my sql lo avvvadu separte column lo data add cheydam

  • @prmix3683
    @prmix3683 Рік тому

    Thank you so much ❤