What is the difference between a query and a report?



What is the difference between a query and a report?..

Answer / Jaikant Kumar

A SQL query retrieves data from a database, while a report presents the results of a query in a formatted and often summarized manner. A report can include headers, footers, totals, and visual elements like graphs.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is the largest value that can be stored in a byte data field?

1 Answers  


Give which cursor is better for better performance means type of cursors?

2 Answers  


Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?

1 Answers  


What is online transaction processing (oltp)?

1 Answers  


Can we use out parameter in function?

4 Answers   Infosys,


where are cookies actually stored on the hard disk? : Sql dba

1 Answers  


How to execute a stored procedure?

1 Answers  


what is the difference between $message and $$message? : Sql dba

1 Answers  


What is the command used to fetch the first 5 characters of a string?

1 Answers  


how to check the 3rd max salary from an employee table?

23 Answers   IBM,


If i insert record in table A and these record should update in table B by using Trigger.How to achieve this.

4 Answers   Saama Tech, TCS,


wht is the difference between truncat,drop in sqlserver wht is the difference between function and stored procedure

3 Answers   Apollo,


Categories