/* Get original create statement for table or view */ 

show create table student;

show create view v_student_roster;