What is the sql query to concatenate column values from multiple rows in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
is there a tool to trace queries, like profiler for sql server?
when loggined as SYSTEM,how to display all the users of database using sql query?
what is the syntax of DROP command?
What is indexing, and how does it improve performance?
how to find count rows in table without count function?
How do I call oracle stored procedures that take no parameters?
Which environment variables are absolutely critical in order to run the OUI?
Explain can a view based on another view?
Which Database is the best for the Security issue ? 1. DB2 2.SQL Server 3.MySQL 4.ORACLE
What is the minimum client footprint required to connect c# to an oracle database?
What is Undo Management Advisor in Oracle?
i can create a view with two columns from emp table,, later i need to add one more emp column to existing view.. what is query similarly add one more column to existing primary key constraint.. please give me the solutions