How to write a procedure for displying the data in a TREE or (PARENT and CHILD ) relationship , for ex: A is the main project id, for this project B,C,D are sub tasks(sub project id's) for B the sub tasks are e,f,g and for c is h ,i ,j and for d is k,l,m now i need to display the o/p in a TREE fashion pls help me , thanks in advance surendra
2 6612write a pl/sql function if enter a value=0 then output value=1 and vise verse with out using if and case statements.
3 7378ex: 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 4566take 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 11050have table with two columns with datatypes as number and varchar and the values in A column like 1,2,3 AND B column values like a,b,c. now need to display data in a single column as 1,a,2,b,3,c.
8 12939Post New Zensar SQL PLSQL Interview Questions
How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC
Suppose ur app server is .net server. In that connection pool is related to memory ?explain how?
In an avl tree, at explain what condition the balancing is to be done?
What does it mean if something is static?
Is naive bayes a supervised or unsupervised method?
How do I run a .sh file on mac?
What is Salesforce?
which r the connectors used in san?
What are JavaScript Data Types?
What are the different tcl commands in sql?
What are various ways of locating an element in selenium?
Tell the basic difference between banking and finance?
What are client dependant objects in abap/sap?
How to configure the global security?
write a programme to get a character and thier ASCII value