How does a logical database backup differ from a physical backup?
A logical backup stores SQL instructions to recreate schema and data, while a physical backup copies underlying database files
A physical backup is made by printing query results to the terminal
Both are always identical human-readable SQL scripts
A logical backup can contain schema but never table rows