Difference between reports and queries?
I'm in CSA 385, and I can't for the life of me come up with the difference betwen reports and queries. Best explanation I can think of is a query takes a table and given the criteria entered into it it displays the results that meet that search. While a report just spits out a table in the database. The question also wants to know what SQL commands would be used to execute a query and which would be used for a report? Thanks!
Right now i'm thinking the report would use select, and the query would use where.
Right now i'm thinking the report would use select, and the query would use where.
0
Comments
If I've got that correct. In this case the egg must come before the chicken.