relational-model Questions
11
Solved
This question requires some hypothetical background. Let's consider an employee table that has columns name, date_of_birth, title, salary, using MySQL as the RDBMS. Since if any given person has th...
Merna asked 2/11, 2010 at 20:24
3
Solved
I am learning the Relational Model and data modeling.
And I have some confusion in my mind regarding sub types.
I know that data modeling is an iterative process and there are many different ways ...
Caporetto asked 1/6, 2015 at 8:17
3
I got a wtf problem that I can't figure out. I explain :
I have a model named Product :
var Product = Backbone.RelationalModel.extend(
{
urlRoot: Backbone.rootApiUrl + '/products',
defaults: {
i...
Keneth asked 29/3, 2014 at 2:37
3
Solved
Does anyone know an application (Enterprise Architect, ...) that allows mapping from UML Class Model to Database Relational Model automatically? How?
Thanks
Misspell asked 23/3, 2011 at 14:14
9
Solved
I'm reading CJ Date's SQL and Relational Theory: How to Write Accurate SQL Code, and he makes the case that positional queries are bad — for example, this INSERT:
INSERT INTO t VALUES (1, 2,...
Governorship asked 4/7, 2009 at 20:57
9
Solved
Almost every table in every database I've seen in my 7 years of development experience has an auto-incrementing primary key. Why is this? If I have a table of U.S. states where each state whe...
Beccafico asked 13/10, 2010 at 21:18
7
Solved
Is there a generalized procedure or algorithm for transforming a SQL subquery into a join, or vice versa? That is, is there a set of typographic operations that can be applied to a syntactically co...
Vamp asked 20/11, 2009 at 19:4
1
© 2022 - 2024 — McMap. All rights reserved.