25 SQL/PLSQL Questions With One Word Answer (Oracle Tricky Interview Questions)

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024

ความคิดเห็น • 19

  • @CSEconceptswithParinita
    @CSEconceptswithParinita 2 ปีที่แล้ว +2

    You're doing a good job! Keep it up 👏👏👏👏

  • @THERANGERWOLF
    @THERANGERWOLF 3 ปีที่แล้ว +2

    Really helpful for me. Thanks

  • @priyankasarkar6600
    @priyankasarkar6600 3 ปีที่แล้ว +3

    Great sir !

  • @siddhartharao8490
    @siddhartharao8490 3 ปีที่แล้ว +2

    Sir, if possible can you make a video on "How the Sql query works internally" and also "Where the table and other objects are stored".. Thank you

  • @aravindkumar-rf8wt
    @aravindkumar-rf8wt 4 ปีที่แล้ว +4

    Question no:18 RAISE_APPLICATION_ERROR range is between -20,000 and -20,999.

  • @manjutharak
    @manjutharak ปีที่แล้ว

    Thank you for helping us

  • @pr-rb6jl
    @pr-rb6jl 6 หลายเดือนก่อน

    👍

  • @sharmisthasahoo5066
    @sharmisthasahoo5066 4 ปีที่แล้ว +1

    Hi,can you tell howmany null value is allowed in a unique key column?

    • @trickyinterviewquestions
      @trickyinterviewquestions  4 ปีที่แล้ว

      Multiple null values are allowed.

    • @sharmisthasahoo5066
      @sharmisthasahoo5066 4 ปีที่แล้ว

      @@trickyinterviewquestions
      Okay,but if we r saying unique key will not allow any duplicate value,then how come multiple null is allowed?

    • @trickyinterviewquestions
      @trickyinterviewquestions  4 ปีที่แล้ว

      Because oracle handles nulls in different ways actually.
      For example- distinct, group by, union will consider null= null hence you will see only one row for null.
      But
      In case of unique, case statement it treats nullnull hence each null is considered as unique value and allowed.

  • @SatyendraSingh-ul5iq
    @SatyendraSingh-ul5iq 3 ปีที่แล้ว

    Sir could you please let me know that in a unique key column how many null can possible

    • @trickyinterviewquestions
      @trickyinterviewquestions  3 ปีที่แล้ว

      It depends upon database... in Oracle - multiple nulls are allowed in unique key.

  • @shashank2004
    @shashank2004 4 ปีที่แล้ว

    Maximum no of partititon key means? Pls explain

    • @trickyinterviewquestions
      @trickyinterviewquestions  4 ปีที่แล้ว

      The partition key is a set of one or more columns that determines the partition for each row. Oracle automatically directs insert, update, and delete operations to the appropriate partition through the use of the partition key.

  • @govindugovindu617
    @govindugovindu617 4 ปีที่แล้ว +3

    Please post more and more vedios on SQL and plsql