How do I run pl sql in sql developer?
what is explain plan?
What is sqlexception in java?
What is sql constant?
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?
What is the difference between clustered and non-clustered index in sql?
where are cookies actually stored on the hard disk? : Sql dba
what is log shipping? : Sql dba
What plvcmt and plvrb does in pl/sql?
How to take user input in pl sql?
How many indexes can be created on a table in sql?
Regarding joins what are the differences you observed in oracle 9i and sql server?
What is the best strategy to use COMMIT in a pl/sql loop?