answersLogoWhite

0

It is a types of testing in which one will perform write query using sql statement whatever data you fill that data should be saved in back end .

for eaxmple my sql,sqlserver, oracle like that so on.

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Accounting

What is the difference between compliance testing and substantive testing?

In compliance testing you gather evidence with the objective of testing an organization's compliance with control procedures, eg. when you run a report to verify that certain controls had been applied over a database table. In substantive testing, you gather evidence to evaluate the integrity of data, a transaction or other information. eg. you run a report to verify if the amount paid to vendors is accurate.


What is the process of backing up and restoring a database?

Backing up a database involves creating a copy of its data and schema to protect against data loss. This process typically includes generating a full backup, which captures the entire database, and incremental backups, which save only the changes since the last backup. Restoring a database involves using these backups to recreate the database in a previous state, often by applying the full backup followed by any incremental backups in sequence. Proper scheduling and testing of backups are essential to ensure data integrity and availability during restoration.


What is the concept of database auditing about?

Database auditing involves observing a database so as to be aware of the actions of database users. Database administrators and consultants often set up auditing for security purposes.


Explain three disadvantages of centralized database and distributed database?

what are the disadvantages of centralized database system


Why would you use database?

why would you use database?

Related Questions

Can you use an OLTP backend database for creating a dashboard?

yes, it is nothing but transactional data


Does PHP has frontend and backend?

PHP is a scripting language which handles logical processes based on user input Your frontend would be developed using HTML and CSS and backend developed using a database like MYSQL


Definition for database testing?

Database testing is about checking exact values which have been retrieved from the database by the web or desktop application data should correctly match as per the records that are stored in the Database


What is front to front testing how it is related with database testing?

Invalid question


Can you select MySQL as a backend database for bsc it project?

That depends on your project. If your project has simple database, tables and queries then mysql would be the ideal choice. If there is complexity involved then use of mysqli or PDO is better.


Which is best ETL testing tool?

Canda


Why is it important to test a database?

Many applications today rely on a backend database in order to function. If the database is not working properly, then the entire application is typically inaccessible because so much information including logins are stored in the database. Databases should be tested for boundary conditions, stress, function, and structure to ensure that everything is working as designed.


Is there anyway to convert filemaker databases into c plus plus or Visual Basic files?

Not that I'm aware of. But since Filemaker is a database, you can use C++ to access the database just as you would use C++ to create SQL queries on an SQL database. Think of Filemaker as being the backend to your C++ program.


Where can one find free software testing tools online?

OpenSourceTesting carries a large database of software testing tools. The database is a directory with descriptions of each tool and a link to the official website of the tool's developer.


What are the duties of a backend?

The duties of a backend developer primarily involve server-side logic, database management, and application programming interface (API) integration. They are responsible for building and maintaining the technology that powers the components of a website or application, ensuring efficient data processing and storage. Additionally, backend developers collaborate with frontend developers to ensure seamless communication between the server and the user interface. Their role often includes optimizing performance, security, and scalability of the application.


What database does Google use?

Google uses their property backend which is called as BigTable. They released the details of BigTable in their white paper. An open source implementation of the BigTable is Apache Hadoop at apache.hbase.org


difference between back-end and middleware?

The back end also includes the database, which will persistently store all of the data for the application. A middleware component serves as a bridge between frontend and backend.