My questions are: 1) If I have the relation R(A,B,C), being AB the primary key, and F = {}, may I assume C depends on AB? I\'d say no, but I\'m asking just to make sure.
I did a webcrawler and it inserts various pages and links in the database. At the moment, the domain of the URL crawled is a attribute in the page and i开发者_开发百科n the links table.
I have existing tables that are pretty much denormalized. There are no lookup tables for things list status, type, country, etc... This original design was done just to simplify the application\'s acc
I have a table of cites and zip codes. As it happens one city can have multiple zip codes so how should i set the db that i may be able to pull the correct zips when i enter a city name or get the cor
We have had an applet built for us in JSFiddle. It only works though when o开发者_JS百科ne ticks the box that says normalized CSS. How do we activate that on our website. I have never heard of it.
I am designing a database and I reached (as per my little knowledge) the Third Normal Form (3NF) Some of开发者_如何学JAVA my colleagues told me about a Sixth Normal Form!! I was wondering how to know
Some string that I am getting is UTF-8 encoded, and contains some special characters like Å¡, Ä‘, Ä etc. I am using StringReplace() to convert it to some normal text, but I can only convert one
I have this database and I need to load it with a visual basic form in Visual Studio 2005. The database has 6 tables and they contain wrong data that I must filter when loading the database in the fo
Simple question, can\'t seem t开发者_如何学编程o find an answer on Google. I\'m normalizing a database and I\'m converting one of the tables to 2nd Normal Form. Question is: can the primary key of a t
I am having a hard time trying to figure out if the following design pattern is acceptable. I have the following requirements (and some other more) for a relational model: