Splitting a Large Text File
Some text files are so large that they become difficult to work with. For example, If you try […]
Some text files are so large that they become difficult to work with. For example, If you try […]
The Internet Movie Database (IMDB.com) is a large website containing information related to films, television programs, home videos, […]
Sometimes a column in a table has repeating values and you want to know what the list of […]
How many NULLs are there in a column? What would the SQL query be? For small tables you […]
You may have a need to count the number of duplicates in a column. Perhaps you want to […]
This post discusses the code for a movie database that has a table with a list of genres […]
Edgar F. Codd’s definition of First Normal Form (1NF) makes reference to the concept of ‘atomicity’. Codd states […]
Do you have a column in your SQL Server database that contains a list of things separated by […]
While this is part 5 of this series, this will be the most simple example. I will be […]
Do you need some sample or test data for your project? Are you doing work in a spreadsheet […]
Wikipedia says: “SQLite is a relational database management system (RDBMS) contained in a C library. In contrast to […]
We have a short series of posts here that show the listings for a simple WPF ToDo list […]