/* @BD_Ropa_showData.sql */ -- SET ECHO ON SET LINESIZE 132 SET PAGESIZE 200 column talla format 99 column nombre format a24 column color format a16 SET WRAP OFF /* mostrar los datos de las tablas y vista */ SELECT * FROM prendas;