You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select * from Property where PropertyId not in (select distinct PropertyID from Rented) ;
begin
open uncur;
loop
fetch uncur into a,b,c,d,e,f,g,h,i,j,k,l,m,n,o;
exit when uncur%notfound;
dbms_output.put_line(a ||' ' || b ||' ' || c ||' ' || d ||' ' || e ||' '|| f ||' ' || g ||' ' || h ||' ' || i ||' ' ||j ||' ' || k ||' ' || l || ' ' ||m ||' ' || n ||' '|| o);