Is hadoop a nosql?
No Answer is Posted For this Question
Be the First to Post Answer
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....
How to make a copy values from one column to another in sql?
Does sql backup shrink transaction log?
What are the different tcl commands in sql?
Could you please provide oca (oracle 10g) dumps for my certification ?
What are the types of queries in sql?
what are the advantages and disadvantages of cascading style sheets? : Sql dba
What is difference between CHAR and VARCHAR2?What is the maximum SIZE allowed for each type?
What is graph sql?
SELECT ROUND(TRUNC(MOD(1600,10),-1),2) FROM dual;
Can we rename a column in the output of sql query?
Is a secondary key the same as a foreign key?
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)