Write an sql query to select all records from the table?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

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

0 Answers  


What is bulk compiling in pl/sql.?

0 Answers   MCN Solutions,


What is auto increment in sql?

0 Answers  


what is a trigger? : Sql dba

0 Answers  






can we call a procedure from a function?

9 Answers   Mind Tree,


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);

11 Answers   Satyam,


what are local and global variables and their differences? : Sql dba

0 Answers  


What are the benefits of pl sql?

0 Answers  


Does it possible to pass object (or) table as an argument to a remote procedure?

1 Answers   TCS,


What are the types of variables use in pl sql?

0 Answers  


How sql query is executed?

0 Answers  


Categories