Explain the general syntax for a SELECT statements covering
all the options.

Answer Posted / dinesh sharma

select * from tablename(select all fields of the tables)
select f1,f2 from tablename (select selected fields(like
f1,f2)
select f1,f2,2 [f3] from tablename(select selected fields
plus one fields having default value is 2)

Is This Answer Correct ?    0 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is dbms explain in brief?

563


State the acid rules?

682


Does QTP Support the Propjects which are running in Dot Net? As we are starting with new project in Dot net need to use automation tool?Please advice & let me know what would be the best.

1605


Explain what a database is?

613


Why does this query return 0?

623






Explain the role of indexing in databases?

642


The count() function always returns a int value type what should you do if you need to count rows from a query which you know will return a value that is too large for an int value type?

576


In which database can extended stored procedures be added?

530


Explain about normal forms?

599


What is a database development?

522


Explain about relational operator join?

614


How to customize error conditions.

1701


What are the key features of dbms?

565


Hi my program is accesing data from two db2 databases.what is the bind card for this program to genarate plan? how to specify the two owners and two qualifiers in bind card

1674


What are the three types of database design?

543