单项选择题

以下可以成功的创建本地tom用户,密码为“123”的SQL语句是()。

A.create user tom@’localhost’identified by’123’
B.drop user tom@’localhost’
C.add user tom@’%’identified by’123456’
D.alter user tom@’localhost’identified by’123456’