What does select * from mean in sql?


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

Post New Answer

More SQL PLSQL Interview Questions

How do I kill a query in postgresql?

0 Answers  


how to see the create table statement of an existing table? : Sql dba

0 Answers  


What is difference between triggers and stored procedures. And advantages of SP over triggers ?

4 Answers   Microsoft, TCS,


What is procedure and function?

0 Answers  


What is the difference between alter trigger and drop trigger statements?

0 Answers  


how will you find out the last three records in a table with n no of records and delete them

3 Answers  


1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...

0 Answers   Satyam,


How do sql triggers work?

0 Answers  


write a query to find 4th max salary

7 Answers  


what is self join and how it works??

2 Answers   Infosys,


how to run 'mysql' commands from a batch file? : Sql dba

0 Answers  


Can we insert data in view?

0 Answers  


Categories