Is it possible to disable the parameter from while running
the report ?
How to run create database statement again?
If server is in US and client is in india there is timezone is diffrence, How can we display date in indian time when data is displayed from US server timezone?
is there a tool to trace queries, like profiler for sql server?
What is literal?
WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?
Can a property clause itself be based on a property clause ?
if i am using dml statement in function. then i am writing select statement what was the output
What is a Synonym ?
Compare and contrast between sql and sql server and explain its various functions?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
How to create a new tablespace in oracle?
What types of joins are used in writing subqueries?