what are the tunnig tables you used for tuning a query and
tell me some of coloumns in that tuning tables?
Answer / vyshak
select * from
(select sql_id,sql_fulltext,elapsedtime
from v$sql
order by elapsedtime desc)
where rownum<5;
| Is This Answer Correct ? | 5 Yes | 4 No |
how to load data files into tables with 'mysqlimport'? : Sql dba
What are the different set operators available in sql?
Explain spool.
How do I create a sql database?
Which join is like an inner join?
Is natural join and inner join same?
How do you remove duplicate records from a table?
Do we need to rebuild index after truncate?
What does where 1/2 mean in sql?
Explain the difference between rename and alias?
Does truncate remove indexes?
Determine if oracle date is on a weekend?
Oracle (3259)
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)