write a pl/sql function if enter a value=0 then output value=1 and vise verse with out using if and case statements.
3 8130ex: take one schema in that t1,t2,.....tn tables and you don't no the table name also. write a procedure if enter columns name then display the maching columns .otherwise display the unmatch columns.
1 5047take one table is t1 and in that column name is f1 f1 column values are 200 5000 3000 7000 300 600 100 400 800 400 i want display the values asc and desc in a single output. sample output is f1.a 100 200 300 400 500 600 etc...... and f1.d is 5000 4000 3000 2000 1000 etc...
9 12163suppose u hav 1 book with set...page 1-100 n 101 -200 now print page from 2-100 n 102 -200... how we will do..?
6 8731how to achieve this problem?i am having table with two colums like empno,gender. in gender column, i am having records male,female like that .my final output will be male female 5 6
4 10010Hi Everyone, How to get fist and last record from a table in oracle? Thanks in advance
IBM,
13 19379i have a table emp and columns ename,empno,mgr_id,i need ename,manager name as result i.e employee respective manager.. example empno ename mgr_id 1 john 3 2 paul 3 3 smith 1 4 kevin 1 5 stewart 2 result has to look like this ename manager john smith paul smith smith john kevin john stewart paul can u plz help me out in this.....
8 12240
What is a constraint? Tell me about its various levels.
How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?
What is sharding in sql?
Why do we create stored procedures & functions in pl/sql and how are they different?
Are null values same as that of zero or a blank space?
How to run sql statements with oracle sql developer?
how many tables will create when we create table, what are they? : Sql dba
How to write pl sql program in mysql command prompt?
How do you delete data from a table?
What is schema in sql?
How do I create a memory optimized filegroup?
Is pl sql useful?
How to avoid using cursors?
What is data types in sql?
How to use distinct and count in sql query? Explain