ndb_desc (1) Linux Manual Page
ndb_desc – describe NDB tables Synopsis ndb_desc optionsDescriptionndb_desc provides a detailed description of one or more NDB tables. Usage: ndb_desc -c connect_string tbl_name -d db_name [-p] Sample Output: MySQL table creation and population statements: USE test; CREATE TABLE fish ( id INT(11) NOT NULL AUTO_INCREMENT, name VARCHAR(20) NOT NULL, length_mm INT(11) NOT NULL, weight_gm INT(11)…
