Hello there. I have a table called profiles which contains some public columns (like name, city, interests) and private columns (adress, date of birth, etc). How should i secure the private columns but still make the public view the public columns? Should i spilt the table into multiple or should i use something like column level security? Not sure what the best practise is.
Thanks!