First page Back Continue Last page Overview Graphics


Notes:

Sequel brings to the table more database independence, by abstracting not just the interface, but many SQL syntax issues as well.

With Sequel, the programmer doesn't even need to know SQL syntax, though they should understand SQL concepts.

Now you might be thinking, how often do database dependent SQL issues pop up?

If you've ever had to work with an application that supports multiple databases, you know it's more often then you first think.