Test scripts in database testing are typically written using _______ language.
- C#
- Java
- Python
- SQL
Test scripts in database testing are usually written using SQL (Structured Query Language) due to its capability to interact with databases effectively. SQL allows testers to perform various operations such as querying data, modifying database structure, and managing transactions, making it an essential tool for database testing.
Loading...
Related Quiz
- In discretionary access control (DAC), access rights are determined by the ____________ of the data.
- During database table testing, you find that certain columns lack appropriate indexing, resulting in slow query performance. How would you optimize the database tables to improve query performance?
- What is the purpose of audit trails in database security?
- Which type of testing focuses on pushing the system beyond its specified limits?
- What is a cost-based query optimizer in the context of database query optimization?