how to do daily transactions with out sql* loader control file regesterd in apps?
how many triggers we can create on a table
11 Answers G2 Technology, TCS,
What is the effect of setting the value of OPTIMIZER_MODE to 'RULE' ?
What are the different types of databases?
What are the advantages of oracle 12c?
Can a formula column be obtained through a select statement ?
What does `(+)` do in a where clause?
How to change program global area (pga) in oracle?
write a query to dispaly those name who is more than one in student table? example- in a student table sandeep kumar comes 4 times, rakesh kumar comes 2 times, ajit kumar comes 1 times so query will display sandeep kumar and rakesh kumar single times.
How to view existing locks on the database?
How to load a large xml file?
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 2 NULL 3 4 NULL 5 6 7 NULL NULL O/P C = 2 4 6
how to produce numbers from 1 to 10 using dual table