What is the difference between dml and ddl

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

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

  • @Dean.unicity
    @Dean.unicity 3 года назад +2

    Really great explained, thank you for the video. Well structered.

  • @akshardrashti
    @akshardrashti 3 года назад

    You have done great job Sivaji.

  • @fraubiene
    @fraubiene 3 месяца назад

    Thank you! What a great explanation 😊

  • @rajt5218
    @rajt5218 3 года назад

    Really informative

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

    Nice explanation

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

    hi Siva, can you post a video about oracle structure,what is schema,the relation user schema,database etc?

  • @C.K.Arun.
    @C.K.Arun. 22 дня назад

    Hi Siva Sir,
    In this DDL vs DML.
    Is it right.?
    DML can be directly run in Blocks. Where DDL can't be directly run in Blocks ( need to use DynamicSQL for DDL's ).
    Please confirm. Thank you.!

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

    One more, DDLs include reflecting the changes to Data dictionary views additionally

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

    Sir if u don't mine..can i know the how to download Oracle database(sql.plsql) in laptop i3..64...

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

    Alter table table_name enable row movement where table_name_attribute condition value; WHERE can be used in DDL statement also.

  • @karnarajmahajan8861
    @karnarajmahajan8861 3 года назад

    Dear sir,
    Please make a lecturer on what is difference between left join and right join.

    • @SivaAcademy
      @SivaAcademy  3 года назад

      Sure bro, will add it soon, please stay tuned

  • @aashokprusty
    @aashokprusty 4 года назад

    hello, i have this question - if a table has 30 rows can 'A' be able to update 10 rows, 'B' be able update another 10 rows and 'C' be able to update the rest of the 10 rows at the same time

  • @akshardrashti
    @akshardrashti 3 года назад

    Is there any video on normalization? I had this question

    • @SivaAcademy
      @SivaAcademy  3 года назад

      Yes to post bro, please stay tuned

  • @manjuthaamanikandan8741
    @manjuthaamanikandan8741 3 года назад

    hi
    i have a doubt that in difference b/w Delete (DML) and Truncate video(DDL) u have mentioned that "no triggers gets invoked" in case of Truncate which is a DDL. But here in this u have mentioned as for DDL triggers ll get invoked. Please clarify.
    thanks in advance.

    • @SivaAcademy
      @SivaAcademy  3 года назад

      Please look into this video ruclips.net/video/THeY59Xw2RI/видео.html

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

    Hi
    I have small doubt regarding dml and ddl
    In the first video difference between delete and truncate you mentioned ddl trigger will not be invoked...but in the triggers you mentioned ddl trigger including truncate will be invoked...what's the difference can you explain.

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

      @gopi, truncate won't trigger the ddl trigger, where as it trigger the ddl trigger if available, will explain in next video with an example, please stay tuned

  • @kumarthouta8363
    @kumarthouta8363 3 года назад

    Hi Shiva,
    Pls create video on Temp table.

    • @SivaAcademy
      @SivaAcademy  3 года назад

      Please look into this video
      ruclips.net/video/-NLmzG2BZT8/видео.html

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

    Hey Actually you leaved just one command in DCL and DML which is deny and select respectively

  • @noorullabaig3756
    @noorullabaig3756 3 года назад

    Sir, how to insert no of records from one table to another table .

    • @SivaAcademy
      @SivaAcademy  3 года назад

      insert into target table select * from source_table where

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

    Can you answer this question please: DML vs DDL - what we need to be aware when mixed?

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

      sure will post in next upcoming video, DDL is autocommit, so any DDL flowing DML will commit DML also

    • @timmcdaniel3045
      @timmcdaniel3045 4 года назад

      Ddl is autoslecet dml followes

  • @kasanikrishnaveni4215
    @kasanikrishnaveni4215 3 года назад

    SQL full course is available sir

  • @karnarajmahajan8861
    @karnarajmahajan8861 3 года назад

    Dear sir, in ddL rename is missing.

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

    Explain kriye