Export one database and import it to another database in GCP using gcloud cli
In my cloud sql instance, I have many databases. I want to export one database (DB1) and import that to another database with different name (DB2) in the same instance.
Also, database DB2 is pre-created.