I want to import my SQL database with below two conditions
- Import data and structure for some static tables.
- Import structure only for all the tables which are not static means tables values are get updated after moving an application from one server to another server.
Can any one know the SQL command to dump the database with above-matching conditions?