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
How is data stored in dbms?
How to generate OIDS
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
Explain about the database management systems.
How long can an error message be in raiseerror function?
What is a database development?
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?
Explain about relational database management systems?
Explain about normal forms?
If a column is an image value type, how you can compare column values? How can you use this column in join clause?
State the acid rules?
What is the database development process?
Explain about xml databases?
How to combine two function together?
How can I detect whether a given connection is blocked?