• 2022-06-06
    用SQL语句实现权限管理时,授予用户user1对orders表的插入权限。下列授权语句正确的是( )。
    A: GRANT INSERT to orders on user1
    B: GRANT INSERT to user1 on orders
    C: GRANT INSERT on orders to user1
    D: GRANT INSERT on orders