Using Tables with CFML

As you may remember from the previous chapter, the QUERY attribute tells ColdFusion to process the contents of the CFOUTPUT block once for each row of query data. By combining the CFOUTPUT tag with standard HTML table syntax, you can create one table that displays one row of data for each record returned from a query.