Advertisement

1 - 10 of 30 containing alltags:("fk") (0 seconds)
What is the syntax for creating a table? Table Name: CarrierExport Field Name: CarrierID NOTE: This value must be unique. This will be a FK for table Carrier Data Type: Char Size: 6 Null...
Zones: MS SQL ServerDate Answered: 01/18/2006 Grade: A Views: 0
I need to drop a FK CONSTRAINT only if exists. How do I write the "If.." statement before the following sentance: ...ALTER TABLE MyTable DROP CONSTRAINT FK_Mykey Thanks in advance
Zones: MS SQL ServerDate Answered: 09/15/2003 Grade: A Views: 41
Hi, I need an SQL query that drops a foreign key only if exists  !!! On what table this check should be done ??? Thanks in advance
Zones: DatabasesDate Answered: 12/24/2003 Grade: A Views: 0
From a table model below:         MRNA_EXP_ID INT PRIMARY KEY         MRNA_GENE_NAME INT FOREIGN KEY --> tblGENE GENE_ID         MRNA_ORGANISM INT FOREIGN KEY --> tblORGANISM ORGANISM_ID     ...
Zones: MySQL ServerDate Answered: 10/23/2005 Grade: A Views: 9
Hi- I am relatively new to this- and having problems. I am working on code which first goes out to a SQL database (using a stored procdeure with both INPUT and OUTPUT parameters) and retrieves da...
Zones: DatabasesDate Answered: 12/09/2005 Grade: C Views: 0
1- how can i know all rols and which role is belong to which user? 2- how can i display all constraints and relationship between PK and FK? 3- how can i give grant for creating triggers, proc...
Zones: OracleDate Answered: 11/26/2001 Grade: A Views: 0
Pretty basic question.  I Have a composite PK that is made of of 2 FK.  Do I need explict indexes on each of the FK's to ensure that the table locking issue is under control, or will the PK index t...
Zones: OracleDate Answered: 04/20/2004 Grade: A Views: 0
Hi, I am testing a SQL db, so I insert the data in and take them out for testing purpose.  In one of my previous questions, EEs provided two pieces of code to first remove fk, then delete all th...
Zones: MS SQL ServerDate Answered: 07/24/2004 Grade: A Views: 0
Hello, I'm coming from ERD diagrams world and planned there geodatabase. Then I was about to create Oracle tables via ArcCatalog (I had some non-graphic classes that I wanted to append to to the ...
Zones: GIS/GPS ProgrammingDate Answered: 10/10/2004 Grade: C Views: 13
Hi Experts I have a small VB.NET project using 2 SQL Express tables [Parts table]       part number - PK       part description       supplier code - FK [Suppliers table]       supplier code - PK       supplier n...
Zones: MS Visual BasicDate Answered: 05/01/2007 Grade: A Views: 0