I have created tables in dev but i don't have the sql scripts of those tables .is there a way to retrieve those sql scripts
Discussion posts and replies are publicly visible
You can get the scripts from the cloud database UI. Check the documentation on PHPMyAdmin for details.
IF you are in cloud database, select the option Export in the database administrator. If you select Quick, it will export only data , and if you select custom, you will be able to export DDL and data.
run this query,
SHOW CREATE TABLE tableName;