| Other SQL PLSQL Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How to execute OS(operating system) command from pl/sql? | | 3 |
| What are different types of joins ? | BirlaSoft | 3 |
| What is differance unique key and primary key. | EDS | 5 |
| How to maintain the history of code changes of pl/sql? | | 2 |
| Name the tables where characteristics of Package, procedure
and functions are stored ? | | 3 |
| i have a table with column sno with 30 records. i want to
update this column by item by item in asp.net. i wantto
enter new values into that from 1 to 30 how is it possible
with backend c# | | 1 |
| What is Data Concarency and Consistency? | | 1 |
| how to get second highest salary in SQL(as/4000 | iGate | 14 |
| What is normalization and types of normalization? | Microsoft | 3 |
| How are multiple column = value pairs delimited in the SET
clause of an UPDATE statement?
1. With commas (SET price = 0, status = 'I')
2. With parentheses (SET (price = 0) (status = 'I'))
3. With double-pipes (SET price = 0 || status = 'I')
4. With square-brackets (SET [price = 0] [status = 'I']
5. With single or multiple spaces (SET price = 0 status
= 'I')
| | 2 |
| how to create a database in oracle? | | 2 |
| Why you are not able to create a table using select
command,if it is having a LONG column?
for eg:create table test as select * from test1
here test1 containg a column having LONG datatype... | | 1 |
| Can we relate two different tables from two different users
in ORACLE,PL/SQL? | | 4 |
| what is the purpose of update command in oracle? | MBT | 6 |
| can use the following like overloading concept in a single
package:
procedure p1(a varchar),
procedure p1(a varchar2),
procedure p1(a char) | | 5 |
| Explain how procedures and functions are called in a PL/SQL
block ? | | 1 |
| What are the advantages of VIEW? | | 3 |
| What is correlated sub-query? | | 3 |
| How to call DDL statements from pl/sql? | | 3 |
| wht is the difference between truncat,drop in sqlserver
wht is the difference between function and stored procedure
| Apollo | 1 |
| |
| For more SQL PLSQL Interview Questions Click Here |