answersLogoWhite

0

Yes it is possible to compare two different databases. All you have to do is implement the right script which will compare the information and the structure of the databases.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is the database that contains tables linked by common fields?

A relational database is a database that contains tables linked by common fields. These common fields are used to establish connections between the tables and to retrieve related data across multiple tables using queries.


Are tables and databases the same in access?

A table is really just one part of a database. The database consists of other things like the queries and reports. In general we do specifically think of the tables as being the database as that is where the data is stored and tables are central to everything else. As there can be multiple tables and other things as part of the system the term database is used to cover them all as one or as what is called a database management system.


Difference between database and relational database?

A relational database is a type of database, so in one sense there is no difference. There are various kinds of database. A relational database is one type. Others include network and hierarchical.


How is it possible to observe and compare muscle tissue by using a microscope?

how is possible to observe and compare muscle tissue by using a microscope


Database accessing using C?

It is possible, but you have to know what kind of database do you want to access, as well as the opearting system and C-compiler your are using.


What is the difference between data model and database model?

A database is a collection of tables that is used for some purpose (typically an application of some sort). A database model is a description of that database, and describes how the tables relate to each other. Typically, a model is designed first, then the actual database is implemented using the model as a blueprint.


In how many ways can a table be opened in ms-access?

Tables, as we have learnt, are the building blocks of a database. It is a complete collection of data represented or displayed in rows and colums. While a database wizard completes this job, you need to create and design tables when yor create a blank database. Tables can also be created using a Table wizard, or by importing them from other applications like Excel


A database is made up of related?

A database is made up of related Schemas and Tables. A single database can have multiple schemas and each schema can have multiple tables inside it. All of these can be related to one another using referential constraints like foreign keys.


Can you add new columns to a database after creating the structure?

Columns are added to a table, not a database (which is a collection of tables). Adding a column to a table is achieved by using the Alter Table SQL command.


What does a database contain?

A database contains structured data organized in tables to store and manage information efficiently. It typically includes fields for different data types, rows for individual records, and relationships between tables to establish data integrity. The data can be retrieved, manipulated, and queried using database management systems.


When tables are joined in query it is not possible to restrict retrieval by using criterion?

False


How do you use SQL?

You use SQL by issuing commands to an SQL server, either directly by you or by a program you are using.