What do I have to consider in database design for a new application which should be able to support the most common relational database systems (SQL Server, MyS
Research up front the lowest common denominator for data types. For example, SQL Server has an integer but Oracle uses a number.