What's the procedure?
No Answer is Posted For this Question
Be the First to Post Answer
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.
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...
What is pl sql package?
using comand prompt how can import table data and table space with example
How do I add a primary key to a table?
How many triggers can be applied to a table?
How do I create a sql database?
Can we perform dml on view?
Does varchar need length?
Write a sql query to convert all character to uppercase after hypen.
What is the purpose of normalization?
SELECT ROUND(TRUNC(MOD(1600,10),-1),2) FROM dual;