| Thread | Last Post | Replies |
|
| Help in sql | 30 Jun 2007 23:33 GMT | 6 |
How to achieve tree structure in MSSQL I have two tables as follows. I need a hierarchical structure Test category id
|
| Newbie question: representing a list of items | 30 Jun 2007 12:01 GMT | 7 |
I have a table and each row is a company - the name of the company, the website, etc. What I would like is one of the entries to be a list of products that the company sells - and here's the important part - I want the list of items to be set up so that each item can have its own
|
| Aborted clients - Got an error reading communication packets | 26 Jun 2007 16:28 GMT | 1 |
I get pages of error logs with this message - "Got an error reading communication packets". And the aborted clients are easily in hundreds. Here is my set of configurations:
|
| E-book about Oracle | 20 Jun 2007 15:26 GMT | 3 |
I'm looking for two books: Oracle8i DBA Handbook Kevin Loney, Marlene Theriault Oracle9i DBA Handbook Kevin Loney, Marlene Theriault Could anybody send me one of these books?
|
| free oracle data profiling/quality tool | 20 Jun 2007 13:27 GMT | 2 |
I am looking for a downloadable oracle data profiling/quality tool. Any recommendation is highly appreciated. Thanks a lot!
|
| A free personal use dbms for windows/linux ? | 15 Jun 2007 12:43 GMT | 22 |
is there any dbms (relational) which is available for free & for windows/linux. my other constraints is that the dbms should support sql-99 & it should fit on 1 cd. i know about oracle 9i windows personal edition but it takes 3 cds. how about mysqlplus, db2 & sql
|
| newbie question on update | 15 Jun 2007 05:43 GMT | 3 |
I have a clients table which consists of, among other things, a column named source. I have a second table, sources, with two columns - client_id and source. The are fewer rows in sources than in clients. I am trying to update
|
| Constraints and (primary) keys | 14 Jun 2007 23:52 GMT | 4 |
I am interested in informed feedback on the use of Constraints, Primary Keys and Unique. The following SQL statement creates a Bands tables for a database of bookings Bands into Venues, where the rule of the business is that only band
|
| sql | 14 Jun 2007 21:56 GMT | 2 |
1.What advantages does SQL have over relational algebra? 2.How would you compare the division command in SQL and relational algebra? 3.How would you do division in SQL
|
| traversing up a tree | 13 Jun 2007 16:29 GMT | 2 |
Say I have a table with three columns - description, parent_id, and id. Each parent_id can, itself, point to another id with a parent_id. It doesn't have to, but it can. If it doesn't, parent_id will be null.
|
| mutliple refential integrity | 08 Jun 2007 13:42 GMT | 3 |
Suppose I want a column in my table to reference two other columns of other two tables (of course datatypes are same, and the other two columns are primary key in their respective relations). How can I enforce this using SQL?
|
| Advanced SQL - Extracting values by months | 05 Jun 2007 05:05 GMT | 11 |
Help! I am trying to write an SQL statement (without much luck) to extract the total number of searches and orders from a particular customer, grouped into days/months/weeks (depending on the report type.
|
| Postgre , MySQL or SQL Server ? | 03 Jun 2007 21:47 GMT | 2 |
I am planning to work on a semantic web project (with Jena) using a database as backend. Appreciate your tips on which of these is the best for the required task : Postgre
|
| MySql client on Linux - disabling sockets | 03 Jun 2007 21:45 GMT | 9 |
Due to environment constraints, I have to be able to connect to the local mysql port (3306) via the hostname "localhost". However, using "localhost" makes mysql use sockets. This breaks because I don't have a local mysql server running, hence no socket. I can't seem to find any ...
|
| Database design help | 03 Jun 2007 12:50 GMT | 1 |
I'm making a small training program, and I have various exercises such as: biking, strength training etc. Some of the fields for these different activities
|