Video není dostupné.
Omlouváme se.

Creating tables and adding data in Microsoft SQL Server - using GUI and T-SQL code

Sdílet
Vložit
  • čas přidán 4. 09. 2024
  • In this video, we will create a database and two tables and add data into those tables.
    Want more? My SQL Server Udemy courses are:
    70-461, 70-761 Querying Microsoft SQL Server with T-SQL: rebrand.ly/que...
    98-364: Database Fundamentals (Microsoft SQL Server): rebrand.ly/dat...
    70-462 SQL Server Database Administration (DBA): rebrand.ly/sql...
    Microsoft SQL Server Reporting Services (SSRS): rebrand.ly/sql...
    SQL Server Integration Services (SSIS): rebrand.ly/sql...
    SQL Server Analysis Services (SSAS): rebrand.ly/sql...
    Microsoft Power Pivot (Excel) and SSAS (Tabular DAX model): rebrand.ly/mic...
    ----
    We will be creating tables using the GUI (Graphic User Interface) and using the CREATE TABLE syntax.
    We will then be adding data using the "Edit Top 200 rows", and then using the INSERT ... VALUES syntax.

Komentáře • 20

  • @aye2718
    @aye2718 Před rokem +8

    youre the only person who explained that you need to rightclick the database folder to make a new database, no where else has anybody explained that. thanks a bunch mate

    • @BunnyBunniee
      @BunnyBunniee Před rokem

      fr! im like omg, please stop skipping over things in a beginner tutorial 😥😥😫😫😭😭

  • @rajanverma-wb6nm
    @rajanverma-wb6nm Před 6 měsíci

    it's good to do it simply... I am finding many ways to keep the Import Data but this is the most simplest form I had get.

  • @armenhagobian
    @armenhagobian Před 11 měsíci +1

    Thank you so much bro for this great video, it was really helpful for my assignment, I got stuck a bit but was able to figure it out and fix the error.

    • @SQLServer101
      @SQLServer101  Před 11 měsíci +1

      Hi Armen. Thank you for your comment. I'm glad it helped. Phillip

  • @olayinkamariam4866
    @olayinkamariam4866 Před rokem +1

    perfect video ever!!!! i got so happy watching this video

  • @unknwn_usr3077
    @unknwn_usr3077 Před 3 lety +2

    Excellent.. More videos like this plzz

  • @johnbruncher9972
    @johnbruncher9972 Před 2 měsíci +1

    Thanks

  • @CaptainJess1994
    @CaptainJess1994 Před 2 lety +1

    This video helped me so much. Thank you, thank you, thank you!

  • @liddlefich
    @liddlefich Před rokem +1

    Thank you. It's helpful.

  • @kyriakoslatsoynhs5907
    @kyriakoslatsoynhs5907 Před 8 měsíci +1

    Thank you very much sir.

  • @ebenreuben
    @ebenreuben Před rokem +1

    Best lectures

  • @meshrume6843
    @meshrume6843 Před rokem +1

    you make it simpler

  • @jehdiaizon
    @jehdiaizon Před 2 lety +1

    thank you! very easy to follow

  • @WaqasAli-lm3vp
    @WaqasAli-lm3vp Před 11 měsíci +1

    Very helpful great ❤

  • @negusuworkugebrmichael3856

    Thank you. It is very helpful

  • @MohanDas-ne4ci
    @MohanDas-ne4ci Před 6 měsíci +1

    Thanks!!

  • @byhunny
    @byhunny Před rokem

    What if I want to insert more than 200 rows? Please let me know. Also thankyou for this detailed explanation!

    • @SQLServer101
      @SQLServer101  Před rokem +1

      Hi By. This option is called "Edit Top 200 Rows". However, you can insert as many as you want. Phillip

    • @byhunny
      @byhunny Před rokem

      @@SQLServer101 Thnakyou for letting me know!