Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / database

Database

database

Great Reads

by ASP.NET Community
IntroductionnAML (.NET Application Modeling Language, pronounced as “namel”) is a visual modeling semantics to model .net applications with wide
by JasonShort
Here are 10 things to make your desktop database apps better
by Michael Sydney Balloni
Wanna add basic database functionality to your C++ app? Too lazy to use SQLite directly? Read on!
by SrikantSahu
This tip gives basic commands to import table from Mysql to Hadoop File system and Import the files from HDFS back to Mysql.

Latest Articles

by ASP.NET Community
IntroductionnAML (.NET Application Modeling Language, pronounced as “namel”) is a visual modeling semantics to model .net applications with wide
by JasonShort
Here are 10 things to make your desktop database apps better
by Michael Sydney Balloni
Wanna add basic database functionality to your C++ app? Too lazy to use SQLite directly? Read on!
by SrikantSahu
This tip gives basic commands to import table from Mysql to Hadoop File system and Import the files from HDFS back to Mysql.

All Articles

Sort by Score

database 

by JasonShort
Here are 10 things to make your desktop database apps better
by Sander Rossel
Getting your feet wet in NoSQL with MongoDB!
by Rajat-Indiandotnet
A Hidden Feature sp_MSforeachtable–Run on Entire Tables of a Database - TIP# 51
by John Atten
A More Useful Port of the Chinook Database to Postgresql
by Mel Padden
A script that analyzes the text of each individual object and builds a tree of what depends on what.
by Right Handed Monkey
Android Database Example and Tutorial (thread safe version)
by Steve Naidamast
The technical management of relational databases is a highly mature technology in the software development profession.
by Ronnie Mukherjee
B-tree Indexes
by Arctype SQL
There are three major types of database models in use today. Learn about their differences and what applications they are good for.
by essentialSQL
Sooner or later, you want to know when a column contains in SQL another value.  In this article we’ll go over several ways you can test to see whether one value is contained within an another.
by essentialSQL
Comparison of a correlated sub query to a join
by essentialSQL
Introduction to cross join - create row combinations
by Cale Dunlap
Example of using code-based query generation, transposition, cross-tabulation, and normalized data to produce a query result that can feed a simple chart from data which was not originally designed with reporting or charting in mind.
by Gerd Wagner
How to create and clear an IndexedDB database keeping all code in a single HTML file. Creating an IndexedDB database means first creating an empty database, and then adding records to its empty tables (or "object stores").
by Gaston Verelst
Introduction After I published last week’s article somebody asked me why I stated that (in this case) the problem didn’t originate in having a function with logic, but merely having to work with a database that is not normalized. So let’s talk … Continue reading →
by Rohitmssqlfun
Database snapshot failed due to disk space issue
by Jeremy Likness
Some ah-hah moments about Kusto
by Andrew Zwicker
A discussion of how joins significantly outperform subqueries and how this is more evident when OR conditions are involved.
by Mohit1110
In this blog we would learn how to execute a SQL Query on multiple databases of single DB Server or on a single Database on multiple DB Servers.
by Andy Point
Firebase Android Tutorial : Adding Registration and Login Hello Developers, this is our android firebase tutorial. In this tutorial we will create an android firebase app that will use firebase android login functionality. This post will help you get you up and running with integrating Firebase to a
by Val Okafor
A complete, step by step tutorial on working with Firebase Realtime Database in Android
by Gilly Barr
Fluent NHibernate - Working with Database Views
by essentialSQL
How to use the Intersect Operator in SQL Server
by essentialSQL
In this lesson, you are going to explore how to do pattern matching with the SQL Where clause LIKE operator.
by essentialSQL
How to combine table rows using UNION in SQL Server
by essentialSQL
In today’s lesson, you’re going to learn how to filter the results returned from your queries using the WHERE clause.
by essentialSQL
Learn more about filtering results returned from your queries using the WHERE clause
by essentialSQL
Database Second Normal Form explained in simple English
by essentialSQL
Database Third Normal Form explained in simple English
by essentialSQL
Database normalization in SQL explained in simple English
by essentialSQL
Database First Normal Form explained in simple English
by JonB3232
Getting Started with NoSQL and MongoDB
by essentialSQL
Simple SELECT queries in SQL Server
by essentialSQL
How to sort your query results in SQL Server
by Lee P Richardson
Deploy EF database migrations while avoiding security flags
by rusanu
How to Multicast messages with SQL Server Service Broker
by Right Handed Monkey
MySQL Database Performance Diagnostics - Where to start?
by essentialSQL
In this video and the following article, we’ll take you step-by-step through the process of changing a query’s filter criteria into a SQL variable, then ultimately into a stored procedure.
by essentialSQL
How to Write SQL – Understand Database Table Meanings and Relationships – Step 1
by Right Handed Monkey
Introducing the WorxForUs Open Source Database & Network Helper for Android
by Nikola M. Živković
Introduction to NoSQL and Polyglot Persistence
by Gilly Barr
Join on tables using Fluent NHibernate
by essentialSQL
Puzzle to teach joins vs subqueries in SQL
by essentialSQL
In this blog entry we discuss the difference between left join versus right join operators.
by Keyhole Software
We often model interconnected data by cramming it in and out of table structures. Why don’t we simply model interconnected data as … interconnected data?
by Sander Rossel
The seventh in a series on MEAN web development.
by kevinfitzpatrick
Migrating a Project from Database First to Code First
by Jasminder Singh
Onion architecture using MVC and database first approach
by Debopam Pal
Oracle Database Table to JAVA Bean Class Converter
by Debopam Pal
Oracle database table to Java Beans Class Converter
by essentialSQL
In this blog entry we do an overview of the order if execution in SQL.
by JasonShort
ADO.NET is a set of libraries included in the .NET Framework to facilitate the communication of applications with various data storage mechanisms. These libraries form the basis for all third parties to provide database access.
by Vivek Goyal
Prepared statements for database driven application
by Andrew Zwicker
How to prevent duplicates in the data
by Val Okafor
Realm Database Tutorial For Android – Part 1
by S Ravi Kumar (TechieRathore)
Whenever we talk about offline data persistence in Mobile application using a database the only database comes in our mind is SQLite as it is [...]
by setevoy4
In this post – some quick overview, a brief explanation about differences in Redis data storage, topology examples. In short terms but with links to detailed documentation and other useful posts on other resources.
by setevoy4
The redis-py library and work with Redis Sentinel from Python
by Alvin Bunk
Introduction If you are not familiar with the KnpLabs KnpPaginatorBundle and how to use it with Symfony applications, you might want to read up on it. The GitHub page does say it is a Symfony 2 bundle, however, it does work perfectly with Symfony 3. Why would you use it?
by Bryian Tan
Restore Database is terminating abnormally
by essentialSQL
How to rewrite a subquery as a join
by Cindy Potvin
Saving an image in a SQLite database in your Android application
by Sacha Barber
This time we will proceed to look at using Scala to connect to SQL server.
by Mel Padden
From a utility I'm working on. Compatible with SQL-92 INFORMATION_SCHEMA views.
by essentialSQL
Puzzle to explore a SQL BOM example
by essentialSQL
Learn about implicit data conversion and explicit type conversions with CAST AND CONVERT
by essentialSQL
In this article we look at SQL FULL JOIN examples and make a few notes of things to look for.
by Andrew Zwicker
A discussion about SQL joins and subqueries with information about how to format join statements properly
by Sam Varadarajan
An introduction to SQLite.
by Gerd Wagner
Storing database tables in JavaScript's Local Storage
by Alvin Bunk
Symfony: Connecting to External Database
by Steve Naidamast
https://www.firebirdsql.org/ Author’s Notes… Though I have extensive database application development experience, I do not consider myself an expert with the Firebird Database Engine to any degree.
by essentialSQL
Top five performance tips for Stored Procedures
by Shahriar Iqbal Chowdhury/Galib
TSQL split a string by delimiter
by Sander Rossel
Using C# to get data in- and out of your (relational) database
by andy404
Using Membase for ASP.NET Output Caching
by derekman9707
Different types of database backups
by essentialSQL
Learn about a database cursor with an example and when to use it in a SP
by Gaston Verelst
What is the role of the database?
by Sharjeel_Ahmad
Working with Visual Basic database connection