oracle interview question oracle index function based index

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ธ.ค. 2024

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

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

    Best 🎉

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

    We are eagerly waiting sir for videos specific to performance tuning

    • @venkatamaddina196
      @venkatamaddina196 5 ปีที่แล้ว

      Me too

    • @SivaAcademy
      @SivaAcademy  5 ปีที่แล้ว +1

      @Venkat, sure,will start posting tuning videos soon, please stay tuned.

    • @SivaAcademy
      @SivaAcademy  5 ปีที่แล้ว

      @Sagar, sure,will start posting tuning videos soon, please stay tuned.

    • @venkatamaddina196
      @venkatamaddina196 5 ปีที่แล้ว

      Any videos related to packages and scenarios in real time

    • @venkatamaddina196
      @venkatamaddina196 5 ปีที่แล้ว

      @@@SivaAcademy Can you confirm suppose we opened and started working on cursor and in between some records were deleted by another user from the table then still are we able to see the selected all rows of that cursor ?

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

    First time seeing excellent tutorial

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

      Welcome 🙏, its my pleasure

  • @mohitkumar1854
    @mohitkumar1854 11 หลายเดือนก่อน

    Thanks sir for wonderful video

  • @sivaveeramallu3645
    @sivaveeramallu3645 5 ปีที่แล้ว

    Excellent explaination of index concepts

  • @dheerajvarthi4657
    @dheerajvarthi4657 2 ปีที่แล้ว

    Thanks on your detailed information about function based index

    • @SivaAcademy
      @SivaAcademy  2 ปีที่แล้ว

      Welcome bro

    • @dheerajvarthi4657
      @dheerajvarthi4657 2 ปีที่แล้ว

      @@SivaAcademy Can you please make a video on Namespaces ??
      Yesterday I sent a mail requesting you to make a video on it ?

    • @SivaAcademy
      @SivaAcademy  2 ปีที่แล้ว

      Sure bro, next upcoming video will be on namespace, kindly stay tuned

  • @BhagawantKakade96k
    @BhagawantKakade96k 2 ปีที่แล้ว

    Sir,
    You explained it very nicely 👍👍👍😍😍😍❤️❤️

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

    Cool stuff

  • @tummalasudhir7918
    @tummalasudhir7918 2 ปีที่แล้ว

    Good explanation on indexes

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

    Very Helpful, Thank you

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

    Below are some questions asked in an interview and need clarification.
    1) Func and a Procedure with same in a package goes under overloading?
    2) What all grants required to execute procedure with name schema.PROC1 having DML on schema1.tab1
    from schema2.?

    • @SivaAcademy
      @SivaAcademy  5 ปีที่แล้ว

      @Vankata Maddina, Sure, will post these questions as part of upcoming videos. Please stay tuned...Thanks, Siva

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

    sir can you please detail about performence tunning for indexes...

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

      Sure bro, please stay tuned

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

    What if there exists an index on of the columns of the expression used in where condition?

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

    Does index refresh itself before dml operation? Or we need to create it every time?

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

      Index is maintained by oracle, and it will get automatically updated whenever any DML operation happens on the tables in which index is created

  • @rabinarayanpatri9140
    @rabinarayanpatri9140 5 ปีที่แล้ว

    Plz give one demo of function based index created on user defined function/packaged function...I mean deterministic one

    • @SivaAcademy
      @SivaAcademy  5 ปีที่แล้ว

      @Rabinatayan patri, sure, i will post on deterministic function soon. Please stay tuned.. Thanks, Siva

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

    Hi Sir, I am learning a lot from your videos and they are very very helpful. Could you please explain y index will be used though we use sum function in the select and not used when Upper function is used?

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

      Thanks for your comments, sure will address the question in upcoming video, please stay tuned

  • @basti2k100
    @basti2k100 2 ปีที่แล้ว

    You can also manipulate a unique data for a colomn with a unique-function based index.
    CREATE TABLE my_table
    (
    data_col VARCHAR2(100) NOT NULL,
    deleted VARCHAR2(1) DEFAULT 'N' NOT NULL
    );
    ALTER TABLE my_table ADD(
    CHECK (deleted IN ('N', 'Y') ENABLE VALIDATE);
    CREATE UNIQUE INDEX TEST_UK ON my_table
    (CASE "DELETED" WHEN 'N' THEN "data_col" END);
    The values in the data_col have to been unique if the deleted-column is "N" if the column is "Y" then the index doesn't see the value for the uniqueness.

  • @praveenkorru3828
    @praveenkorru3828 5 ปีที่แล้ว

    Can you please elaborate in detail about index for performance tuning

    • @SivaAcademy
      @SivaAcademy  5 ปีที่แล้ว

      @Praveen, These index related videos focus the concept of index, and its usage in general from performance tuning aspect.
      I will be starting videos specific to performance tuning videos., there i will cover in detail related to tuning aspect. Please stay tune. Thanks,Siva

    • @praveenkorru3828
      @praveenkorru3828 5 ปีที่แล้ว

      @@SivaAcademy thank you very much sir, we are eagerly waiting sir

  • @kaishwarya8048
    @kaishwarya8048 5 ปีที่แล้ว

    Can we create function based index on date column?

    • @SivaAcademy
      @SivaAcademy  5 ปีที่แล้ว

      @Aishwarya, yes, you can create function based index on date column. eg create index test_idx on emp(trunc(hiredate));

  • @bharathipandian45
    @bharathipandian45 2 ปีที่แล้ว

    Need UNix questions

  • @kritikajain4774
    @kritikajain4774 2 ปีที่แล้ว

    Hello sir , i have a doubt regarding index, for ex we have a query.
    Select *from emp where emp_grade ='A' and class_section ='B';
    And we have created index on emp_grade , will index get called if there are more than one where condition?

    • @SivaAcademy
      @SivaAcademy  2 ปีที่แล้ว

      Yes index will be used, however there are certain rules governing the same

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

    Hello Sir, I have a question, can we create function based indexes using user defined functions?

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

      Yes praveen, we can use the user defined function to create the function based index as far as the function is DETERMINISTIC function. Will explain about DETERMINISTIC function in upcoming video please stay tuned.

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

    What is the table name where the indexed data is stored ?

    • @aniketjagdale7765
      @aniketjagdale7765 9 หลายเดือนก่อน

      User_indexes,user_ind_columns,user_ind_statistics and user_ind_expression table