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 |
what is difference between delete and truncate commands? : Sql dba
Difference between NVL, NVL2 and NULLIF
What is identity column in sql server?
what is a view? : Sql dba
use of IN/ANY/ALL
Can we use ddl statements in stored procedure?
What are the two parts of design view?
HOW TO PRINT * ** *** **** ***** BY USING SQL QUERY? (MAY BE USING SCRIPT)
How can get second highest salary in sql?
What are the types of queries in sql?
What is acid property in a database?
What is the difference between count 1 and count (*) in a sql query?
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)