How can I speed up sql query?
No Answer is Posted For this Question
Be the First to Post Answer
Where the Pre_defined_exceptions are stored ?
When we can declare a column as Unique and Not Null both at the same time. What is the use pf Primary Key then?
2 Answers Accenture, Unisoft Infotech,
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....
Explain what is sql*plus?
How to export the table data (this table having 18 million records) to .csv file. Please tell me is there any faster way to export the data.
what is the Default Libraries for Oracle Report 6i
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
Can sql developer connect to db2?
what is the difference between pragma exception_init and raise_application_error
1 Answers Aetins, State Street,
how many columns can be used for creating index? : Sql dba
What is an intersect?
What is the difference between a query and a report?
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)