When I run a query like:
SELECT * FROM CAR;
the results appear but each row wraps to several lines.
How can I stop this wrapping so
Are you talking about SQLplus? If so try setting the column format. This webpage gives an example: http://www.adp-gmbh.ch/ora/sqlplus/beautify.html