1. mysqldump -p -u root --databases tt > tt.sql 2. mysqldump -p -u root tt > tt.sql
(Find all correct answers)
a) There is no difference b) The syntax of 1 is incorrect c) The syntax of 2 is incorrect d) 1 will include the create database statement e) 2 will include the create database statement
[ Importing and Exporting Data (5%) - Importing and Exporting Data from the Command Line ]
Answer:
d