Tutorial by Topics: database

For more information on database queries, take a look at the Selecting data using JDatabase
If you're not opposed to running a Ruby utility, Genghis is a classic: http://genghisapp.com/ But for scalable production use, get yourself to MongoHQ. http://www.mongohq.com/ Also, the Mongo Monitoring Service, from 10Gen, the makers of Mongo: https://mms.mongodb.com/ MongoClient is written ...
Shows how a sqoop script could be used to import data from various datastores/databases.
MSSQL Syntax: DROP DATABASE [ IF EXISTS ] { database_name | database_snapshot_name } [ ,...n ] [;] MySQL Syntax: DROP {DATABASE | SCHEMA} [IF EXISTS] db_name DROP DATABASE is used for dropping a database from SQL. Be sure to create a backup of your database before dropping it to prevent ...
Python can handle many different types of databases. For each of these types a different API exists. So encourage similarity between those different API's, PEP 249 has been introduced. This API has been defined to encourage similarity between the Python modules that are used to access database...
This section provides an overview of what database-design is, and why a developer might want to use it. It should also mention any large subjects within database-design, and link out to the related topics. Since the Documentation for database-design is new, you may need to create initial version...
Classic ASP utilises a technology called ActiveX Data Objects when requiring access to external data sources. The ADODB Library provides three main objects for this purpose, ADODB.Connection, ADODB.Command and the ADODB.Recordset.
Other related topics: Firebase

Page 2 of 4