I’m currently working with a data table that stores member information. In the table itself, the member’s first and last names are each stored as the following respectively: mbr_1st_nam mbr_lst_nam I don’t know who chose these names, but this definitely begs for reconsideration. 1 and l are too close in design in some fonts, and when playing around with large amounts of TSQL in terminal like fonts, I don’t want to have to strain or waste additional time wondering if that’s an l or 1. So what do these...