![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
When i display records from deal basket for a specific deal number it displays the record fine. When i create a view and link the 2 tables by product code so i can display description the order of records change???? |
|
How can i display the records in the dealsbasket in the order they were imported into the table |
#3
| |||
| |||
|
|
Hi I have 2 tables Dealsbasket and Product Deals Basket : DealNumber DealProduct Product : product code product description When i display records from deal basket for a specific deal number it displays the record fine. When i create a view and link the 2 tables by product code so i can display description the order of records change???? How can i display the records in the dealsbasket in the order they were imported into the table and then display prod description as well with out that order changing. Im using sql server 2000 |
#4
| |||
| |||
|
|
How can i display the records in the dealsbasket in the order they were imported into the table and then display prod description as well with out that order changing. Im using sql server 2000 In the hope that this was a homework question, I'll just point out that SQL databases don't have "records" they have rows, and rows are just |
#5
| |||
| |||
|
|
[This followup was posted to comp.databases and a copy was sent to the cited author.] In article <ituuo7$7cd$1 (AT) speranza (DOT) aioe.org>, art.ward (AT) noreply (DOT) xx says... ... How can i display the records in the dealsbasket in the order they were imported into the table and then display prod description as well with out that order changing. Im using sql server 2000 In the hope that this was a homework question, I'll just point out that SQL databases don't have "records" they have rows, and rows are just Most working database people use the terms "rows" and "records" relatively interchangeably. |
|
Everybody understands what you mean either way. |
|
The rest of your (snipped) post is qute a good explanation, though rather abstract in its wording. |
#6
| |||
| |||
|
|
In the hope that this was a homework question, I'll just point out that SQL databases don't have "records" they have rows, and rows are just Most working database people use the terms "rows" and "records" relatively interchangeably. True, and as long as they know the difference they can get along fine. But rows aren't records; think of column stores for example. |
|
Everybody understands what you mean either way. Most people who already know the difference get away with it either way. |
|
The rest of your (snipped) post is qute a good explanation, though rather abstract in its wording. Abstraction is good. Programmmers pursue it relentlessly, for good reason. |
#7
| |||
| |||
|
|
,,, I will concede this point only because the distinction between an SQL database and an SQL DBMS is hazy and incomplete. *The manipulations the engine supports may force certain compromises on the database design, but some SQL implementations are worse than others. *Maybe one day there could be one that doesn't have these limitations on view updating. ,,, |
#8
| |||
| |||
|
|
From what I've seen of them, SQL db's are rather comparable in what they are able to record. *It is amazing to me that some/most/perhaps all SQL dbms'es can't make all the inferences the relational algebra requires. *I would have thought that'd be step one in every implementation, at least where some effort was made to decide just what are the relational requirements. *The bizarre thing is how the SQL db's and dbms'es all seem to invent a requirement that is nowhere to be found in the algebra or calculus, aka nulls. |
![]() |
| Thread Tools | |
| Display Modes | |
| |