Database ________ is a process of inserting initial data into the database for testing purposes.
- Insertion
- Populating
- Seeding
- Seeding:insert
Database Seeding is the process of inserting initial data into the database for testing purposes. It helps to populate the database with dummy data for testing and development.
Loading...
Related Quiz
- The ________ directory is used for adding custom helper functions in CodeIgniter.
- In CodeIgniter, reducing the number of ________ can significantly improve application performance.
- To enable error logging in a production environment, the log threshold value is changed in the ________ file.
- To view benchmark results in CodeIgniter, use the ______ method of the Output class.
- ________ should be used in CodeIgniter to securely handle errors containing sensitive information.