Answer Posted / narayan mishra
->SGA stands for System Global Area.
->it store the data and control information for oracle srever.
->it can be shared by database processes.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is the difference between rownum pseudo column and row_number() function? : Sql dba
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
How do we use distinct statement? What is its use?
How many types of triggers are there in pl sql?
What are the types of functions in sql?
What do you mean by “trigger” in sql?
Explain the advantages and disadvantages of stored procedure?
What is trigger and types?
Why stored procedures are faster than query?
how many sql dml commands are supported by 'mysql'? : Sql dba
What is the process of copying data from table a to table b?
Is natural join and inner join same?
What is the difference between count 1 and count (*) in a sql query?
How to load data with sql*loader?
What is the difference between union and union all command?