SQLite format 3@   .K m LmNmtableFrutasFrutasCREATE TABLE "Frutas" ( "FrutasId" INTEGER, "Nombre" NUMERIC, "ColorId" INTEGER, PRIMARY KEY("FrutasId" AUTOINCREMENT) )UtableColoresColoresCREATE TABLE "Colores" ( "ColorId" INTEGER, "Nombre" TEXT, PRIMARY KEY("ColorId" AUTOINCREMENT) )P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)  MarrónVerde Naranja AmarilloRojo  Frutas Colores !Melocotón ManzanaHigo Coco Kiwi