The document discusses whether databases are still a core skill and provides examples of using SQL and noSQL databases. It notes that databases are good when data is frequently updated, by multiple users, and for complex queries. However, for basic data operations like joins, a database may be overkill and other tools like the shell, R, or BedTools may be better. The document uses an example request to demonstrate answering the question without a database by reading a spreadsheet into R and using functions to clean and join the data.