Question
What is the basic form of a SQL statement to read data out of a table?

Answers

The basic form to read data out of table is
SELECT * FROM table_name;
An answer:
SELECT *
FROM table_name
WHERE xyz= 'whatever ';
cannot be called basic form because of WHERE clause.   Your Comment




More Software,Java Questions..
What is the inputsplit in map reduce software?

Can variables be used in Java without initialization?

What is the difference between java bean and enterprise java bean?

What is software configuration management?

How does the java database connectivity (jdbc) work?

What are the advantages of threads in java?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

What is object cloning in Java?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?



Search
Can you Answer!!
  • Q The government has constituted a four-member committee to examine the desirability and feasibility of having a new financial year. The committee, headed by former Chief Economic Adviser _____________ .
  • Q Whats your favourite word beginning with the letter X?
  • Q Suppose you want a certain ASP.NET function executed on MouseOver overa certain button. Where do you add an event handler?
  • Q What is the difference between visible property and render property?
  • Q What is the document flow?
  • Q What is the use of OBIEE Scheduler
  • Q The song I Talk to the Trees comes from what musical
  • Q Explain the different ways to handle exceptions?
  • Q The film actor who became the chiefminister of Andhra Pradesh was?
  • Q On which river are Victoria Falls in Africa located?
  • Q How to change the version of java used by the ireport?