Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 395 Bytes

list-tables.md

File metadata and controls

11 lines (8 loc) · 395 Bytes

list-tables prints all the tables name on the console screen of the related database name given in the database url in the sqoop command.

Example 👇

$ sqoop list-tables --connect jdbc:mysql://localhost/userdb  --username root --password mysql

The above given query will print all the database table name of userdb schema of the MySQL database on the console screen.