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?
1949which institute and which faculty is providing best training for oracle sql, plsql in hyderabad
4 5518if 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 3855i 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 3374t1 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 3597if i am using dml statement in function. then i am writing select statement what was the output
2 4368The 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 3360The 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 4038Tab 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,
1785Post New Oracle General Questions
Explain index?
What is difference between truncate and delete?
How to work with data objects interactively?
What is an oracle cursor variable?
What is a sub query? Describe its types?
How to retrieve values from data fields in record variables?
What is oracle update statement with inner join ?
How does one get the view definition of fixed views/tables?
How to define a cusotmer as a supplier in ORACLE R12
How to rename a column in an existing table?
What is a trigger oracle?
What is the implicit cursor in oracle?
What is the difference between translate and replace in oracle?
what is difference between sql plus and sql*plus? (not sql and sql plus).
What types of joins are used in writing subqueries?