1
vote
how to compare/validate sql schema
You didn't mention which RDMBS you're using: if the INFORMATION SCHEMA views are available in your RDBMS, and if you can reference both schemas from the same host, you can query the INFORMATION SCH …
0
votes
Learning SQL
I agree with Joseph Pecoraro's post, but would add constraints as a necessary topic to understand (e.g. primary keys, foreign keys, unique constraints), and how they relate to indices and data inte …
