Tagged Questions
-1
votes
2answers
28 views
In Oracle, how would I begin to create the tables when all the needed tables have both foreign and primary key constraint?
In Oracle,
Lets say there are 3 tables with primary key and foreign key on each table. So, If i were to start creating the tables, how would i start. I started to create a first table with primary ...
-1
votes
1answer
75 views
Primary key composed of two foreign keys? Oracle
I have a question regarding a table creation. I want to combine the attributes of "Ono" and "Pno" into a primary key for a new table. These are both foreign keys, each from different tables. Do I just ...
0
votes
1answer
10 views
Best Practice for storing HistoryOfAllEvents and EventDetails
I'm new to database design and I'm trying to fix an existing mess.
I have a list of events (with columns of parameters for the events), and each event has another table of details for the event.
For ...
0
votes
3answers
26 views
Oracle Referencing Primary Key
Primary key of parent got its value from sequence customerNo = customerSeq.nextval. How do I insert that value into child table as foreign key?
insert into account values ...
0
votes
1answer
42 views
Referencing a composite primary key
I have two tables, with each table having a composite primary key.
One attribute is in both composite primary keys.
How am i supposed to reference the common attribute?? Do i just reference it as a ...
1
vote
1answer
52 views
Get all employee who directly or indirectly reports to an employee, with hierarchy level no
I have a Employee table like
emp_id bigint,
reports_to bigint,
emp_name varchar(20),
Constraint [PK_Emp] Primary key (emp_id),
Constraint [FK_Emp] Foreign key (reports_to) references ...
0
votes
1answer
53 views
SQL Query - If discriminator in table equals something, change column content in another table to equal PK
Say I have two tables(TableA and TableB)
TableA has an Id (primary key) and a discriminator with a certain value (eg. "stuff")
TableB has an id column which is essentially a foreign key of TableA id ...
0
votes
1answer
25 views
How can I create a table with five foreign keys and one of them as primary key (which is also a VARCHAR)
I am trying to create a table like,
USE [labblyDabbly3455]
GO
CREATE TABLE [dbo].[daTableBang]
(
TableAID varchar FOREIGN KEY REFERENCES TableA(ID)
TableATitle VarChar ...
1
vote
1answer
24 views
MYSQL error in creating foreign key constraint
I am using MySQL to create a small database. and facing some issues in foreign keys and primary key. I really don't understand as it seems a simple problem.
CREATE TABLE IF NOT EXISTS ...
1
vote
2answers
34 views
Access relationships
I have database with many tables. Couple ones from database are related to other one.
Arangement of tables:
ID (automatic number with primary key), ID_sup (number), supplier (text), ...
Related ...
2
votes
1answer
51 views
Using a composite foreign key from an intersection entity as a primary key?
I have four tables, 2 which are separate entities, an intersection entity which links those two together and third table which makes reference to the intersection entity. Here's the structure of what ...
1
vote
1answer
31 views
How to remove primary key from a mysql table which is primary kay and foreign key in the same table as well.?
I have two different table having 20k entries each and mistakenly I have made summaryId as primary key and foreign key in the same table but now I want to remove the primary key constraint which is ...
1
vote
0answers
41 views
Not sure about my Database Schema
I'm new to DB schema design and was hoping I could get some advice.
I am trying to write a small tool for managing access lists for cisco based network devices. I'm stuck on how to model the ...
0
votes
1answer
78 views
Mysql 'Cascade On Delete' Not Deleting on Foreign Key Row When Parent Is Deleted
In a database, I have a username table and I have jurisdiction table. I also have a intermediate table to assign a user to one or more jurisdictions.
employee table
userID (primary Key)
firstName
...
-1
votes
1answer
61 views
Airline database prototype
I am designing an airline database( the outline of one anyway) for an assignment and seem to be running around in circles.
Three tables are concerned.
Customer Booking_Reference Flight
...
1
vote
1answer
95 views
Primary and foreign keys in xml schema
Hello Am new to XML schema am trying to insert primary and foreign keys in XSD schema file below.
Primary key is StudentID.
Foreign Keys are courseID, AddressID, GradeID.
<?xml ...
0
votes
1answer
23 views
Mysql Intermediate Table- Better to Have Repeating rows?
In a database, I have a username table and I have jurisdiction table. I also have intermediate table to assign a user to one or more jurisdictions.
user table
--------------
userID
first_name
jurID
...
1
vote
2answers
132 views
join two table with a primary and foreign keys with a different format
Two tables:
employee
id name
1 steve
2 rob
3 bell
position
position_id employee_id position
1 e1 manager
2 e2 seller
3 e3 director
the ...
-1
votes
1answer
53 views
Fluent API, define a primary key as foreign key
I have this two models :
//Primary AND Foreign key 1
public int UserID {get; set;}
//Primary AND Foreign key 2
public int ProductID {get; set;}
I don't know how to set this two column as primary ...
0
votes
2answers
99 views
Cardinality between entities
I'm learning for a test at school from database systems, and I'havent found similar example on the Internet and I'm not sure. What is the cardinality of following relationship ?
I would say 1:1. ...
0
votes
0answers
22 views
MySql index is loosing
I have a datatable in MySQL.
It has a specific structure. It has a primary key (bigint). But I also have a field (bigint) that is a foreign key reference to the primary key in the same table.
When I ...
0
votes
3answers
54 views
I can't find any primary key in some of my relations
Alright so I read from somewhere
Every table should have a primary key
But some of my tables don't seem to behave!
I'd also like to know whether the relations as I'm using are fine or I need ...
0
votes
2answers
67 views
Tell Django's model to use as primary key a set of foreign keys
I have Persons and Proposals. Now I want to store the Person's votes on Proposals. To do so, I'll create another class which will provide an "intermediary" table. The goal is to link a Person with a ...
1
vote
1answer
45 views
Creating SQL table, foreign_key confusion
One question, I have supervisor set as foreign key.
He collect information through Activity Participant and take it from person ID.
Question:
How should I create the Activity table? what do I have ...
0
votes
1answer
52 views
JOIN mutiple tables in SQL SERVER
I have like above Logical ERD. I'm alright with it BUT I can't understand how to display the correct information.
For example:
Need to lists groups and the members belonging to each group. For ...
0
votes
1answer
137 views
How to link the foreign key field to a primary key field from another table using php and mysql?
I got 2 tables for example a USER TABLE with id as primary key(auto-increment)
and a BOOKING TABLE with userid as foreign key (integer) of id in user table.
Using phpmyadmin mysql database.
How do i ...
0
votes
0answers
40 views
SQL Primary Key and Foreign Key connection
http://i.stack.imgur.com/lFHuA.jpg
Can any one help how to connect the (Supervisor with Person) ?? with Primary Key and Foreign Key
= Foreign key
_ = Primary key
1
vote
3answers
54 views
Database: big amount of foreign keys
I have a mysql database about a gps system. It has about 70 tables.
One of the tables is called vehicles which has only one column containing the vehicles' ids and it is a primary key.
The rest of ...
5
votes
1answer
133 views
Mapping a primary key as foreign key in database
I have a logical problem in my database design.
I have got a table with 2 field, one of the integer field is the primary key and it acts as foreign key in all other tables.
The table structure is
...
0
votes
2answers
45 views
one to many unique “set” oracle db
I am not sure how to create a one to many relationship, but restrict the many items as a "set" to each unique primary key.
DB: Oracle 11g
Example:
PK Table:
CUST(PK)
100
200
Valid FK Table Data:
...
0
votes
1answer
49 views
How to establish a distinct relationship between user and his contacts in a table
Please help me solve this problem
I am trying to create a relationship table in sql but the challenge I am facing is
If there are 3 users, u1, u2, u3 in user_table
create table user_tab
(user_id ...
-1
votes
2answers
63 views
Identification of Primary Key used as Foreign Key elsewhere [duplicate]
I have a primary key called CustomerID in the CustomerTable and there is a possibility of this PK being used as FK in various other tables (read more than 50) in the same database.
I was wondering ...
1
vote
1answer
125 views
check database design for a blog application
I am creating a blog application - where multiple users can publish, share and like blogs.
I've created an outline of the database but I am not sure if its the right way. I do not understand how to ...
0
votes
1answer
113 views
Ms Access Relationship between subform and form
I am beginner with Ms Access and databases
I am building meeting management database. I am stuck at some point please help
Database purpose is to manage meetings with different firms which are in ...
0
votes
1answer
245 views
Entity Relationship Diagram: Composition of primary and foreign keys
I have defined the following tables with their attributes:
Table A) Table B) Table C)
- ID - ID - ID1
- Name - xxx - ID2
- Address - yyy - zzz
...
1
vote
0answers
9 views
can one column in a table reference three primary keys in three different table
I want to reference UserProfile_tbl(UserId) to three Primary Keys as Student(Regno), Faculty(Regno), Admin(adminId). Is this Possible? I am using UserProfile Table for Login.
0
votes
1answer
140 views
mySql foreign key name issue
Hi I have designed a database in mysql workbench. When I went to forward engineer I got (errno: 121) because I had foreign keys named the same in multiple tables which I realized is not allowed. I ...
1
vote
2answers
154 views
Adding PRIMARY KEY: Table contains duplicated values
In PostgreSQL 8.4.13 I have 2 tables and a procedure to fill the 2nd table:
create table pref_users (
id varchar(32) primary key,
first_name varchar(64),
...
1
vote
2answers
389 views
Foreign key as primary key doesn't work if FK table has composite primary key (FK is not part of the composite)
two tables, created using these scripts:
create table user_auth
(
username varchar(255) NOT NULL,
password varchar(255) NOT NULL,
user_id varchar(36) NOT NULL,
PRIMARY KEY(username, ...
0
votes
3answers
83 views
Can I share a parent table's primary key as a foreign key between two or more child tables?
I have a database named tv_shows which is structured as:
tv_shows(tv_show_id, tv_show_title, tv_show_desc, network, status)
seasons(season_id, tv_show_id, season_no, season desc)
...
0
votes
1answer
66 views
I know this is a circular reference but its difficult for me to understand why this is bad
We have a project running where i need to do some ETL work into a new database that created was by a different company. While going through the database diagram given to me by the developers i saw ...
0
votes
1answer
527 views
Trying to automatically insert a foreign key value into my mysql table
I am new with PHP and MySQL and need help...
Im cant seem to get my head around how to automatically insert a foreign key into a table in my database. The primary key gets added as 'id' in my 'mem' ...
0
votes
2answers
34 views
Handling category-specific attributes of items in a database with a PK referencing a FK
Suppose there are a set of attributes common to all Item, like ItemName and ItemImage.
Further suppose that you know in advance that there will be a few specific distinctions of Item (they could ...
0
votes
1answer
37 views
Need to update FK with new PK on duplicate
I've got two tables - tonight I'm honestly believing I'm having a blonde moment.
Headings
HeadingID, HeadingName, TopicID
SubHeadings
SubHeadingID, SubHeadingName, HeadingID
What I'd like to do ...
0
votes
3answers
74 views
How do I rebuild a table after adding a primary key?
I wanted to add a primary key to an existing table. I think that the best way to do this would be to do a SELECT INTO into a temp table, drop and create the table, and then INSERT INTO the created ...
0
votes
1answer
162 views
Handle primary key - foreign key tables insertion?
Suppose I have two tables (primary key -> foreign key) where one record in primary key table corresponds to many record in foreign key, so if I want to make insert page (using ASP.NET for instance) ...
0
votes
0answers
77 views
getting error in dataset while we add procedure with in them
using vb.net .when i add particular mysql procedure to dataset amgetting error like "cannot add or update a child row a foreign key constraint fails " .Here i attached my procedure and table ...
0
votes
2answers
1k views
hibernate one-to-one (on foreign key) vs one-to-one (on primary key)
i have questions about what is the benefits of using a one-to-one association on foreign key or a one-to-one association on primary key, I've read the documentation of hibernate available at : ...
0
votes
3answers
49 views
MySql Query to return number of photos in each album
My table is set up like this, all I need to do is call a query to my Photos table.
I have PhotoID as the primary key and GalleryID as the foreign key to Gallery. How can I count the number of unique ...
1
vote
1answer
61 views
Oracle: Make a composite Key containing three Foregin keys
This is my code:
create table orderline
(
Order_No number(4) constraint orderno_fk references order_detail(Order_No),
Product_Code varchar2(6) constraint productcode2_fk references ...

