| Other SQL PLSQL Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| how instead of triger is helpful for mutating tables errors
handlling ? | Oracle | 2 |
| What is a package ? What are the advantages of packages ? | Symphony | 1 |
| what is difference between "Primary key" and "Unique key"? | PreVator | 4 |
| What is pl/sql and what is it used for? | | 2 |
| Can we write create command in the plsql block?if possible
how? | | 2 |
| How to execute OS(operating system) command from pl/sql? | | 3 |
| What is clustered and non-clustered indexes? | Microsoft | 3 |
| what is cursor procedure | iGate | 1 |
| What are the advantages and disadvantages, compared to the
standard SQL and SQL*plus ? | | 1 |
| which will fire first ? Trigger or Constraint | IBM | 11 |
| what is the difference between union and union all | Oracle | 6 |
| SELECT category, type, AVG(price)
FROM products GROUP BY category, type ORDER BY 1, 2
If there are three distinct categories in the "products"
table, and each one has five different types, how many rows
are returned by the query above?
1. 1 row
2. 3 rows
3. 5 rows
4. 8 rows
5. 15 rows
| | 1 |
| how to remove records from table?
no name
1 a
2 b
1 a
2 b
3 c | Oracle | 4 |
| diff b/w function and procedure? | iFlex | 6 |
| What is the difference between DELETE and TRUNCATE? | Tech-Mahindra | 10 |
| Give the structure of the function ? | | 1 |
| How One can easily select all even, odd, or Nth rows from a
table using SQL queries? | | 3 |
| 1 SELECT a.field1, b.field2, c.field3, d.field4
2 FROM atable a, atable b, ctable c, dtable d
3 ?
4 ORDER BY 1
What is the minimum number of joins that must be specified
on line 3 in the sample code above to properly link the
tables? Notice that the table "atable" is aliased twice:
once as "a" and once as "b."
1. One join
2. Two joins
3. Three joins
4. Four joins
5. Five joins
| Sonata | 3 |
| difference between cursor and procedure in a package | | 2 |
| Types of backups ? | TCS | 3 |
| |
| For more SQL PLSQL Interview Questions Click Here |