Write an sql query to select all records from the table?
how can we write a column values horizontal by using sql stmt; ex: select name from table_name;(actual output) a b c d require output is a b c d
5 Answers Honeywell, Interact,
what is recursive stored procedure? : Sql dba
What is bulk compiling in pl/sql.?
What is auto increment in sql?
what is a trigger? : Sql dba
can we call a procedure from a function?
how to eliminate null values in a column i.e table vlaues 1 2 3 NULL 3 4 1 5 NULL i want output like this 1 2 3 3 4 1 5 i dnt want to use nvl is null and i dnt want replace the NULL value with any value i.e nvl(col,o);
what are local and global variables and their differences? : Sql dba
What are the benefits of pl sql?
Does it possible to pass object (or) table as an argument to a remote procedure?
What are the types of variables use in pl sql?
How sql query is executed?