New SQL PLSQL Interview Questions :: ALLInterview.com http://www.allinterview.com New SQL PLSQL Interview Questions en-us What are wait events. Describe the wait event tables. http://www.allinterview.com/showanswers/101116.html I have done oracle 10g. I need a project knowledge. So if u please se http://www.allinterview.com/showanswers/101045.html I have a Employee table with columns ename,eid,salary,deptno. How to http://www.allinterview.com/showanswers/100589.html select deptno,sum(sal) from employee group by deptno; why sql is used as interpreter frequently rather than a compile? http://www.allinterview.com/showanswers/100547.html Interprter works line by line but compiler execute its all work as a program..like if any sql query has error then sql will how that x line has error .. Describe the Index, Types of index, At what situation we have used? W http://www.allinterview.com/showanswers/100434.html how many tupples can insert in 1 second in sql http://www.allinterview.com/showanswers/98199.html What is the default value of CHAR type? http://www.allinterview.com/showanswers/97991.html The default value of char and number is null. The default size is taken as 1 for char. I have 2 Databases. How can create a table in particular database? Ho http://www.allinterview.com/showanswers/97787.html suppose you have two databases: db1 and db2 you have to select one of them as sql>use db1; then use sql>select * from tab; it will show you the listing required.! suppose we have a table in which 200 rows. i want to find 101 row ? http://www.allinterview.com/showanswers/97779.html Let Table name : Employee Let the columns: Employee_name, Salary To find 101st row: select * from (select * from Employee order by emplayee_name) where rownum = 101 To find 4th highest salary select * from (select * from Employee order What does “select count(1) from tab” result? http://www.allinterview.com/showanswers/97773.html select count(1) from tab will give the total number of tables,views and synonms present in the current schema. What does “select count(*) from tab” result? http://www.allinterview.com/showanswers/97772.html Will display the count of the Tables on the Schema. How would you go about increasing the buffer cache hit ratio? 0. Ex http://www.allinterview.com/showanswers/97109.html What are the new features in Oracle 10g. Compared to Oracle 9i? http://www.allinterview.com/showanswers/96596.html # Flashback Enhancements -Flashback Version Query, Flashback Transaction Query, LOB Handling with Flashback, Setting up for Flashback, Flashback Table, Flashback Drop Table and Recycle Bin management. # Backup and Recovery Enhancements - Flash there are .......different types of serializability http://www.allinterview.com/showanswers/96249.html ..........refers to the disk mirroring http://www.allinterview.com/showanswers/96248.html