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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21701713.html
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
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20739021.html
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
http://www.experts-exchange.com/Database/Miscellaneous/Q_20834028.html
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
...
http://www.experts-exchange.com/Database/MySQL/Q_21604456.html
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...
http://www.experts-exchange.com/Database/Miscellaneous/Q_21658447.html
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...
http://www.experts-exchange.com/Database/Oracle/Q_20237996.html
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...
http://www.experts-exchange.com/Database/Oracle/Q_20960512.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21068963.html
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 ...
http://www.experts-exchange.com/Database/GIS_and_GPS/Q_21092160.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22432800.htm...