only放在句末,求一句英文的解析
问题描述:
only放在句末,求一句英文的解析
The USER_OBJECTS view can provide information
about the tables and views created by the user only.
请问,这句话中,only是修饰tables and views 还是修饰user.
答
上句简化:The USER_OBJECTS view can provide information created by the user only
再简化:The USER_OBJECTS view can provide information only.这是主句,是完整的.
about the tables and views是修饰information的状语,created by the user 也是修饰 information的状语,所以only是修饰主句的即动词provide(only是副词),即等于下面
The USER_OBJECTS view can only provide information
about the tables and views created by the user .