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

Answer Posted / us

SELECT select_list

[INTO new_table_]

FROM table_source

[WHERE search_condition]

[GROUP BY group_by_expression]

[HAVING search_condition]

[ORDER BY order_expression [ASC | DESC]

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the database development process?

805


What is the maximum length of an extended property?

640


Explain about post-relational databases?

668


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?

676


Explain the cube operator?

680






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.

1701


Hi , any one can help me on the same,this is regarding the Informatica Function doc,i want to know how developer is will develop the mapping. pl forwar the any function doc .just for my references. svlc75@yahoo.co.in

1672


How to generate OIDS

1749


What are the key features of dbms?

667


If a column is an image value type, how you can compare column values? How can you use this column in join clause?

671


How can I detect whether a given connection is blocked?

683


There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?

2079


How can you log an error to the server event log from a stored procedure?

658


What are the 18 schemas?

704


How can you fix a poorly performing query?

701