Well, may be this question is silly, but I couldn\'t find a way (except programmatically). I built a project (for iPhone OS 3.0) which uses Core Data. The xcdatamodel f
To view the coredata sql file, you can use any standard sqlite interface. You can use sqlite3 from command line, or use something like Sqlite Browser.
sqlite
sqlite3
If you want something specific to Core Data, you can use Core Data Browser.