How 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

can we write stored function in out parameters? how to call through select statement? how to written more than one value plz give the exmple?

1 Answers  


i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this

0 Answers  


can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba

0 Answers  


what is the command for user data type?

2 Answers  


Can we update views in sql?

0 Answers  






what are date and time data types in mysql? : Sql dba

0 Answers  


can i write pl/sql code in a package

2 Answers  


How to improve the performance of a pl/sq stored procedures or functions or triggers and packages ?

12 Answers   IBM, TCS, UHD,


What is varchar used for?

0 Answers  


What are the advantages of VIEW?

5 Answers  


what is text? : Sql dba

0 Answers  


What is the criteria while applying index to any column on any table.

1 Answers   Infogain,


Categories