What's the procedure?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

i have one table with accounts and amounts as colums.accounts with columns c and d. and amounts with values 1000,2000,3000 for c and 4000,5000,8000 for d.i need to find the sum of these accounts c and d individually and find the differences between their sum using one select statement.

11 Answers   Ebix, Hewitt,


what is the difference between varray and table data type..please expalain with some examples... under what situation you will go for varray..instead of index by table...

1 Answers   HCL, Satyam,


What is pl sql package?

0 Answers  


using comand prompt how can import table data and table space with example

2 Answers  


How do I add a primary key to a table?

0 Answers  






How many triggers can be applied to a table?

0 Answers  


How do I create a sql database?

0 Answers  


Can we perform dml on view?

0 Answers  


Does varchar need length?

0 Answers  


Write a sql query to convert all character to uppercase after hypen.

0 Answers  


What is the purpose of normalization?

0 Answers  


SELECT ROUND(TRUNC(MOD(1600,10),-1),2) FROM dual;

10 Answers  


Categories