Top "Database-schema" questions

A description of the structure of the database - including the structure of the tables, columns, constraints, views, etc, etc.

How to change schema of all tables, views and stored procedures in MSSQL

Recently we were having issues on our database server and after long efforts it was decided to change the database …

sql sql-server-2008 database-schema database-migration kentico
schema builder laravel migrations unique on two columns

How can I set a unique constraints on two columns? class MyModel extends Migration { public function up() { Schema::create('storage_…

laravel-4 database-schema
How to find foreign-key dependencies pointing to one record in Oracle?

I have a very large Oracle database, with many many tables and millions of rows. I need to delete one …

database oracle database-schema
Database normalization for School Management System

I am creating system for a school management system and come up with the attached database schema. Following is how …

mysql database-design relational-database database-schema database-normalization
MongoDB Diagram Design Tool

Planning a project using MongoDB and looking for a tool to map out the database. Any suggestions of a database …

mongodb database-design database-schema
Grant all privileges to user on Oracle schema

Is there a way to grant all privileges to a user on Oracle schema? I tried the following command but …

oracle database-schema grant
copy database structure without data in mysql (with empty tables)

Is there any way to copy database structure without data in MySQL, so the new database will be the same …

mysql copy database-schema
How do I generate a script of all database objects in Toad for MySQL

In the freeware version of Toad for MySQL (latest version), I can generate a script of all tables in my …

mysql database-schema toad sql-scripts
How to design a product table for many kinds of product where each product has many parameters

I do not have much experience in table design. My goal is to create one or more product tables that …

database-design relational-database database-schema
Import and export schema in cassandra

How to import and export schema from Cassandra or Cassandra cqlsh prompt?

database cassandra schema database-schema cqlsh