Let’s say we have a table called Users for a fictional social media platform. In addition to regular users, some more experienced users are asked to be “greeters” where they are assigned other, newer users to greet and encourage. Because greeters aren’t always available, multiple greeters are assigned to each new user and each greeter is assigned multiple new users.
Tag: naming
What’s the meaning of CWD in database design?
What’s the meaning of CWD? Usually, It used in SQL Schema. like cwd_user or cwd_directory. I have seen it here Jira database schema.