Question: Below is the table city gender name delhi male a delhi female b mumbai male c mumbai female d delhi male e I want the o/p as follows: male female delhi 2 1 mumbai 1 1 Please help me in writing the query that can yield the o/p mentioned above?
2 6288how to eliminate null values in a column i.e table vlaues 1 2 3 NULL 3 4 1 5 NULL i want output like this 1 2 3 3 4 1 5 i dnt want to use nvl is null and i dnt want replace the NULL value with any value i.e nvl(col,o);
11 15266i want count no of values in a column i.e enam eempno phoneno x 1 (98765,09887,096561,87964579,156678,678900876) that means if i select phone no from table i want to get total count of phone numbers i.e 6
8 11346can we write stored function in out parameters? how to call through select statement? how to written more than one value plz give the exmple?
1 4849select * from emp where sal in(select max(sal) from emp) here there is any limit for in operator how many values accpect ?
2 7841In table three columns with 1 milion records(here there is no sequence values) i want add one more column with sequence values from the first how it is posible?
4 8359suppose we have values like 1 5 7 in a colum.Now we want numbers like(2 3 4 6) that exists between 1 5 7.How can we do this using sql query??
5 9869
What is int identity in sql?
Difference between truncate, delete and drop commands?
Why sql query is slow?
What is a subquery in sql?
What is the largest value that can be stored in a byte data field?
How do I run a pl sql procedure in sql developer?
what is the difference between a having clause and a where clause? : Sql dba
Can we use view in stored procedure?
hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
Could you please provide oca (oracle 10g) dumps for my certification ?
How can use stored procedures in sql?
How does index help in query performance?
differentiate between float and double. : Sql dba
How do you update sql?