单项选择题

表名game修改为“游戏”,以下语句正确的是?()

A.ALTER TABLE game RENAME 游戏
B.ALTER table gameo as game
C.ALTER TABLE 游戏 RENAME game
D.create table game as game0