what is organisational index?
Answer / gogu s k
This term used while creating index organizational table.
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the different sql commands?
I have a table .in the table 100 recored is there .we have get the single row with out using clause..
How do I run a pl sql procedure in sql developer?
declare lowerl number:= 1; upperl number:= 3; num varchar2(10); begin for i into lowerl..upperl loop num:=num||to_char(lowerl); if i=3 then upperl:=5; end loop; message(num); What will be the output ?
What type of database is cloud sql?
how to retrieve last tree records from table? select *from emp where rownum > (select count(*)-3 from emp); i am using this query to get last three records from table but its not giving any output, so please tell me what is the error in this query.
difference between table level constraint and column level and advantages of table level constraint
How to get list of all tables from a database?
What is the meaning of disabling a trigger?
how to insert values like 10:10:00,30:25:00 etc.into table after insert how can i sum the above insert values to get the result as 40:35:00
What are Global Temporary tables
What is pl sql block structure?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)