Questions tagged as 'modelagem'

1
answer

What are the most common types of databases for web applications?

Some databases store objects, relational structure of tables, hierarchies, etc. What are all these types (models)? When is the application of each one indicated (besides, of course, the developer preference)? Examples of each?     
asked by 16.05.2017 / 22:58
1
answer

Best Practices when modulating an application with EF and multi-bank

Let's say I want to model an application in .NET using EntityFramework as ORM and use one of its advantages, be "generic" for several RDBMS . So, for example, I want my application to accept working with Firebird ,...
asked by 09.05.2014 / 03:23
2
answers

Divide column into multiple tables

I want to save a set of information about movies in a database but I have a question, should I organize the genres in a column (example below). Database: MySQL 5.6.21 Engine: innoDB Or arrange the genres in a separate table and use...
asked by 01.04.2015 / 17:17
3
answers

Private property set in an interface [duplicate]

I'm modeling a C # interface that has a property. However, I want to ensure that all classes that implement this interface keep the setter as private: public interface IBar { string Id { get; private set; } } This code does not comp...
asked by 21.08.2017 / 16:28
3
answers

Is it a good practice to use composite keys as a primary key? [duplicate]

I do not have much knowledge in database design. I have tried to hone myself better and am looking for best practices on how to create and structure tables. I currently create binding tables and combine the ID's of each table by turning the...
asked by 08.08.2016 / 16:54
2
answers

How does the (anti) standard EAV (Entity Attribute Value) work?

I would like a working example, as I do not quite understand this dynamic relationship of creating a type table, with a data table, a dynamic relationship, which many find confusing.     
asked by 04.07.2016 / 15:04
3
answers

"Smart" columns in MySQL

Is there a way I can assign something to a column in MySQL so that when I perform the query I select them? SELECT filtro_1,filtro_2,filtro_3 FROM filtros But if the table is changed (like adding a new filter, now the filtro_4...
asked by 23.05.2015 / 06:46
3
answers

Best way to keep data that depends on a condition

I hypothetically have a publicação table that has, by default, the autores attributes (derived from a relationship table), titulo , edição , editora and ano . However, depending on the type of publication (...
asked by 11.07.2015 / 17:38
1
answer

Modeling for user permissions

I think this question is more about modeling analysis actually do not know if it fits into the standard questions discussed by meta.pt.stackoverflow.com . I need to make my system in a way that almost everything will have user permissions, I ma...
asked by 28.03.2014 / 18:23
2
answers

Mining Text with Weka

I would like to know how to create a .arff executable file to use in weka. I remember that I am mining text. My file is experiencing errors and I'm not getting results. Following is a piece of the file: @relation texto @attribute mes...
asked by 21.04.2015 / 22:50