What is a table in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
how the indexes are stored in the Oracle Database?
What are the different type of Segments ?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
What is the difference between INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN?
write a sql query following source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want the output column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c
What is an anonymous block?
How to upsert (update or insert into a table)?
Table1- have two column filename data AFGDFD-20112011 hi how r u bsdasd-23042011 name shoud be in bold Now i want output like filename data AFGDFD hi how r u bsdasd name shoud be in bold Kindly answer this
How many types of tables are there in oracle?
How do we create privileges in oracle?
How to define an explicit cursor in oracle?
What is varray?