how to make sure two tables have same exact data in sql

Solutions on MaxInterview for how to make sure two tables have same exact data in sql by the best coders in the world

showing results for - "how to make sure two tables have same exact data in sql"
Daryl
09 Apr 2017
1Table1 MINUS Table2 ->> 0 Row && Table2 MINUS Table1 ->>0 Row