i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
1898which institute and which faculty is providing best training for oracle sql, plsql in hyderabad
4 5360if i have a procedure with 1000 line.when i run this in 61 line i got the error but i want to continue the programe without error.can anyone tell me how to handle that error.
1 3760i have a table with 1 lac of data.i want to insert this data into another table. i want every 5000 of data insert use a commit.using counter and if error is comming in the 5000 of data it rollback.
1 3275t1 col1 col2 nishi 5000 lucky 6700 akash 7000 i want that a query that when i insert 7000 it will show me data already present and data will not insert. if data is not present it will insert.
2 3479if i am using dml statement in function. then i am writing select statement what was the output
2 4257The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ---------- 1 NULL 7 2 4 NULL NULL 5 NULL 3 NULL NULL
TCS,
1 3285The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ================ 1 NULL 2 NULL 3 4 NULL 5 6 7 NULL NULL O/P C = 2 4 6
TCS,
2 3918Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
TCS,
1700Post New Oracle General Questions
How to apply filtering criteria at group level in oracle?
How to update a table row with a record?
Why do you create or replace procedures rather that drop and recreate.
How to drop an index?
How do I uninstall oracle client from windows?
Is insert autocommit in oracle?
How will you differentiate between varchar & varchar2?
Explain database link?
How do you bind variables in oracle?
What is data type in oracle?
Is oracle a language?
What is redo log?
When system tablespace is created?
How to rename a column in an existing table?
How to get execution path reports on query statements?