Lost your password?

Blogs about: Foreign Key

Featured Blog

Finding unindexed foreign key columns

digulla wrote 1 week ago: If you’re using Oracle and you have tables with foreign keys, then you must remember to add in … more →

Tags: Software, index, Oracle, Performance, SQL

mysql - add a foreign key

deanch wrote 4 weeks ago: How to add a foreign key to a mysql table: alter table line_items add FOREIGN KEY fk_line_item_order … more →

Tags: mysql, SQL

Basic Hibernate @OneToOne @PrimaryKeyJoinColumn Example With Maven and MySQL

Damien Gabrielson wrote 1 month ago: Recently we had a story which involved improving one of our data models. The table for the model had … more →

Tags: Point2 Technical, Data, Java, Java 6, JDK 1.6, Maven, MVN, many-to-one, hibernate

T-SQL Foreign Key (FK) Index Creator

blogbustingbeats wrote 3 months ago: /* FOREIGN KEY INDEX CREATOR THIS SCRIPT GENERATES SQL TO DROPS AND RECREATE NON-CLUSTERED INDEXES O … more →

Tags: development, MS T-SQL, T-SQL, FK, Index Creator, non-unique, non-clustered

Define Pramary,Foreign,Composite, Candidate and Alternate keys

Lakshmi Sravanthi Chowdam wrote 4 months ago: Primary key:-  The attribute or combination of attributes that uniquely identifies a row or record. … more →

Tags: SQL Server FAQ's, RDBMS Concepts, primary jey, Candiadate key, composite key, alternate key, sql server keys

Check Tables and Value Tables in SAP1 comment

naveenvishal wrote 4 months ago: Many ABAPers gets confused initially with these tables. The difference lies in there Implementation … more →

Tags: SAP, ABAP, Tutorial, DDIC, check table, value table, parent child relationship

How to access foreign key values?

weboom wrote 4 months ago: Foreign key is set in one-to-many relation. For example, Publisher – Book —- class Book( … more →

Tags: modelname_set

외래키(Foreign key) 설정옵션

spaceufo wrote 6 months ago: Table 작성/수정 시 적용할 수 있는 외래키(Foreign key)의 설정옵션 : 외래키(Foreign key) 조건을 만족시키기 위하여 부모테이블/자식 테이블에 어떤 행위가 … more →

Tags: mysql

Deadlock Investigation Example

hpdba wrote 6 months ago: DBINST started to display the following error message: ORA-00060: Deadlock detected. More info in fi … more →

Tags: Troubleshooting and Errors, Deadlock, index, locks

MySQL foreign key constraint fails even when data is correct

aakashd wrote 6 months ago: prblm: I have a parent child table pair, and trying to insert data into child table which exists in … more →

Tags: mysql, Constraint

Buwat Foreign Key di PHPmyadmin???

@doen wrote 8 months ago:  1. Konversi Tipe database dari MyISAM ke InnoDB 2. Buat index dari field yang akan dijadikan foreig … more →

Tags: Work, phpMyAdmin, index, Database, mysql

Remove FK CONSTRAINT

Tehmina wrote 8 months ago: IF EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N’[dbo].[FK_Name]‘ … more →

Tags: Database, SQL Server, Remove FK CONSTRAINT, Handling CONSTRAINT, Primary Key, alter table, Alter CONSTRAINT

Cascade Delete in SQL Server

Lakshmi Sravanthi Chowdam wrote 10 months ago: This article comes to us from Tim Young. Tim writes "One of the (few) very handy things about A … more →

Tags: SQL Server FAQ's, SQL Server, SQL Server, dbms, Database, Primary Key, cascade, delete, Cascade Delete procedure

Relational Model

Lakshmi Sravanthi Chowdam wrote 10 months ago: All data are represented as tables. o The results of any given query are just another table! Tables … more →

Tags: RDBMS Concepts, dbms, Database, RDBMS, relationship, Column, Columns, Relational Model, model

PostgreSQL foreign keys and indexes

Scott Moonen wrote 1 year ago: If you’re a frequent user of MySQL, you may be familiar with the fact that all MySQL table con … more →

Tags: Database, Performance, Constraint, index, mysql, PostgreSQL, query, SQL

Foreign keys

amatoori wrote 1 year ago: FOREIGN KEYs So I created also the foreign key successfully and now I’m wondering why the MATC … more →

Tags: Database, monetdb, match simple, cascading rule

mySQL's pesky little Error: 1005 errno: 150 issue solution1 comment

sanzon wrote 1 year ago: Alright, a lot of people probably get this a lot with mySQL.  Here’s the fact, there is a 99.9 … more →

Tags: SQL, mysql, innodb, errno, 150, 100.5, Error, Constraint

Creating table in mysql

sanzon wrote 1 year ago: This is just something that annoys me at times.  In mysql you can typically type: Show create table … more →

Tags: SQL, mysql, Primary Key, UTF8..), create table, Table, unique key

The Basics (III) - Foreign Keys & Referential Integrity

Amr El-Helw wrote 2 years ago: As we already discussed, a database table stores the information that is related to a specific entit … more →

Tags: Attributes, basics, referential integrity


Related Tags
All →

Follow this tag via RSS