Oracle SQL Tutorial 14 - Column-Level and Table-Level Constraints

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

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

  • @elrond3447
    @elrond3447 6 лет назад +9

    Much appreciated. I'm in the unenviable position of being forced to make a career shift at middle age, and your series on Oracle DBA is just what I've been looking for to get me started on this path. Thanks so much.

    • @criticalthinker420
      @criticalthinker420 4 года назад +1

      How did the career shift go? Are you a database engineer now?

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

      Hey man any luck with the job?

  • @sk-tn4gz
    @sk-tn4gz 4 года назад +1

    I disabled my adblocker and refreshed the page. Thank You!

  • @Maha-dn6eh
    @Maha-dn6eh 7 лет назад +3

    I will share your channel with my CS friends, you make it so easy and understandable

    • @AliAhsan-bt6vy
      @AliAhsan-bt6vy 7 лет назад

      yupe. He did it. I'm also gonna share this in My cs group

  • @pattybond5425
    @pattybond5425 7 лет назад

    Caleb, you are a hoot. Underneath the comical and charming personality is a very smart dude. I am new to programming, Oracle, etc -- except for limited knowledge of RUBY. Your videos make a difficult topic easier to comprehend and for most of your videos, I find myself having a belly laugh at least once. If you ever decide to give up this gig, you may want to consider comedy on the big screen.

  • @PawanKumar-tu6ti
    @PawanKumar-tu6ti 4 года назад +1

    Just in love with the explanation

  • @JonathanAmbriz
    @JonathanAmbriz 7 лет назад +8

    My favorite part is "as you can see it's the same except TOTALLY different"

  • @prem19911
    @prem19911 8 лет назад +2

    thanks Caleb for making Oracle SQL :)

    • @codebreakthrough
      @codebreakthrough  8 лет назад +2

      Of course! Keep watching as there are more to come! :)

  • @elecbqrr
    @elecbqrr 4 года назад +1

    you put very nice vids

  • @kwabenavictor115
    @kwabenavictor115 8 лет назад

    Caleb you are just great. I appreciate all your efforts. Keep it up. Can you do a video that will help us to understand Oracle Linux. Preferably how to administer oracle database on Oracle Linux!!!!! Cant wait to see videos on that!!!!!!!!

  • @binruolyu8643
    @binruolyu8643 7 лет назад

    Thanks for your tutorials

  • @yummysoup
    @yummysoup 5 лет назад

    thank you sir

  • @kwabenadukuamponsah-gyima1736
    @kwabenadukuamponsah-gyima1736 5 лет назад +1

    You never showed us how you got to the query builder. I am having difficulties trying to set up my database. Can anyone help?

  • @mohamedsassi5191
    @mohamedsassi5191 7 лет назад

    Good job!

  • @jasminerose3950
    @jasminerose3950 7 лет назад +1

    We can't add NOT NULL constraint In Table Level.

  • @darshan.p6837
    @darshan.p6837 7 лет назад

    i tried to create not null constraint at table level while creating table its showing error as invalid identifier but then i changed to create with primary key constraint table created. can anyone tell me the reason