I have SQL Server installed in Ubuntu 18.04 LTS but I am trying to generate a backup or script for a specific table data for example products table. I do not know how to generate a script or backup for product table because I have no GUI because it is a virtual machine server. This is how I access to server database:
I cannot find information in the internet how to generate a script for a specific table since most of the documentation shows how to generate a script using a GUI, but I am not. How do I solve this?