What is extent clause in table space?
Answer / mk
An extent is a contiguous set (side-by-side) of Oracle data blocks allocated to a segment within a tablespace.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is sql port 1433 encrypted?
Which one is faster ienumerable or iqueryable?
differentiate between float and double. : Sql dba
what is the use of HASH, LIST partitions?
Can there be 2 primary keys in a table?
What is Difference between StoredProcedure and function?
Write a query to genarate target column.Please answer me. Advance Thanks. Src Tgt Q10 Quarter to 2010 Q90 Quarter to 1990 Q80 Quarter to 1980 Q74 Quarter to 1974
Are stored procedures faster than dynamic sql?
What is string data type in sql?
declare v_count number(8,3); v_sal scott.emp.sal%type := '&P_sal'; cursor cur_name is select sal from scott.emp where sal between (v_sal-100) and (v_sal +1000); begin v_count :=nvl(sql%rowcount ,0); if v_count = 0 then dbms_output.put_line('no records are fetch in the given sal range'); else dbms_output.put_line('There is/are '||to_char(v_count)|| ' salaries are selected in the given range '); end if; end; in the above programm .....for any sal range ....always it shows the following message.. no records are fetch in the given sal range please find the mistake and share with me...with thansk and regards..sarao....
What is dbo in sql?
What is the difference between the implicit and explicit cursors?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)