show databases; create database student_manage_system; use student_manage_system; show tables; drop table students; select * from students limit 50;