Oracle General (1809)
Oracle DBA (Database Administration) (261)
Oracle Call Interface (OCI) (10)
Oracle Architecture (90)
Oracle Security (38)
Oracle Forms Reports (510)
Oracle Data Integrator (ODI) (120)
Oracle ETL (15)
Oracle RAC (93)
Oracle D2K (72)
Oracle AllOther (241) The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ---------- 1 NULL 7 2 4 NULL NULL 5 NULL 3 NULL NULL
TCS,
1 3360The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ================ 1 NULL 2 NULL 3 4 NULL 5 6 7 NULL NULL O/P C = 2 4 6
TCS,
2 4039HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
1448how to write a query without using where? Example- select * from employee where empno=10 I need to write this query without where clause.
1 3287Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
TCS,
1785what are the mandortary parameters required for cuncurrent program definition in oracle apps R12?
1 2715
What is meant by joins? List out the types of joins.
What are the different pseudo commands? Explain in general?
How to define an anonymous procedure without variables?
What is an index associated with a constraint?
How do I become a dba?
Name the three major set of files on disk that compose a database in Oracle?
How to best split csv strings in oracle 9i?
Which database is best to learn?
What is bind variable in oracle 11g?
Can we connect to ORACLE db using Windows Authentication?
What is the difference between pre-select and pre-query?
What do you understand by recovery catalog?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
How to create a new table in oracle?
Is there a combination of "like" and "in" in sql?