|
Major problem with this example is that in practice it is definitely better to create SQL tables using SQL scripts with proper CREATE statements. Such scripts can be prepared either manually or using some visual IDE.
Creating tables programmtically from Java or C# looks pretty artificial if not to say confusing.
For what it is worth,
Michael
|