adamc@1199: table fruit : { Id : int, Nam : string, Weight : float } adamc@1199: adamc@1199: policy query_policy (SELECT * FROM fruit)