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 8259ex: 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 5125take 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 12430suppose 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 8930how 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 10158Hi Everyone, How to get fist and last record from a table in oracle? Thanks in advance
IBM,
13 19846i 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 12507
How to start the command-line sql*plus?
Can I call a procedure inside a function?
What is dcl in sql?
What is a dynamic query?
what are all the different types of indexes? : Sql dba
What are secondary keys?
What is a column in a table?
What is pl sql architecture?
Is record in pl sql?
How many postgresql users are there, worldwide?
How to use boolean type in select statement?
What is an exception in pl/sql?
What is primary key and unique key?
What is pl sql collection?
Can we use ddl statements in stored procedure?