: It typically contains the Data Definition Language (DDL) to create tables and Data Manipulation Language (DML) to insert records.
: Unlike a "Full Site Backup," which includes an installer script and all site files, this option only produces the raw SQL data. database_only.sql
: These files are generally designed to be executed via a command-line interface or a database management tool (e.g., mysql -u user -p database < database_only.sql ). 3. Read-Only Access : It typically contains the Data Definition Language
: It specifically leaves out application-level code, web assets (HTML/CSS/JS), or server-side configurations. web assets (HTML/CSS/JS)
: Provides an option to restrict queries to read-only access (only SQL SELECT statements allowed), which is sometimes categorized under "database only" permissions to prevent structural changes.