單項選擇題若想stu表中“姓名”是“張三”的數(shù)據(jù),那么蝦類操作正確的是()
A.delete張三from stu;
B.drop張三froms tu;
C.delete*from stu where姓名=’張三’;
D.delete張三from stu where姓名=’張三’;
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題若通過mysql命令恢復以.sql為后綴的備份文件,那么下列操作正確的是()
A.mysql-uroot-p<wg.sql
B.mysql-uroot-p>wg.sql
C.mysqldump-uroot-p<wg.sql
D.mysqldump-uroot-p>wg.sql
2.單項選擇題想在每天的晚上1:00執(zhí)行備份數(shù)據(jù)庫的腳本,那么需要借助哪個工具幫我們實現(xiàn)周期計劃任務(wù)?()
A.at
B.sh
C.crontab
D.nohup