Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database

what is the equivalent of CREATE VIEW IF NOT EXISTS in postresql

database postgresql

Storing images in a database versus a filesystem

database

Moq and SqlConnection?

c# database unit-testing moq

Entity Relationship Diagram. How does the IS A relationship translate into tables?

Best practices and anti-patterns in creating indexes in SQL Server?

Should I check for DB constraints in code or should I catch exceptions thrown by DB

add_index to Data Model - Ruby on Rails Tutorial

Laravel Queue, Beanstalkd vs Database, what are the differences?

How do you keep two related, but separate, systems in sync with each other?

Why are indices on columns with very few unique values not effective?

database

How to store lightweight formatting (Textile, Markdown) in database?

Should I add this new column to customers table or to a separate new table?

can we list all tables in msaccess database using sql?

sql database ms-access

How do I test locally against SQL Azure?

Max length of "tzname" field / timezone identifier name

database timezone schema

How to understand the "Availability" of the CAP theorem?

database

Why does referencing a SQLite rowid cause foreign key mismatch?

Viewer/Query Analyzer for SQLite databases [closed]

database sqlite

NoSQL / RDBMS hybrid with referential integrity (delete cascade)?

MySQL equivalent of Oracle's SEQUENCE.NEXTVAL

mysql sql database oracle spring