Click here to Skip to main content
15,923,164 members
Home / Discussions / Database
   

Database

 
GeneralRe: Database Design Question - Table(s) for limiting user choices in a main table Pin
Elgin Rogers10-Aug-08 4:08
Elgin Rogers10-Aug-08 4:08 
GeneralRe: Database Design Question - Table(s) for limiting user choices in a main table Pin
Wendelius10-Aug-08 4:49
mentorWendelius10-Aug-08 4:49 
AnswerRe: Database Design Question - Table(s) for limiting user choices in a main table Pin
Elgin Rogers10-Aug-08 10:34
Elgin Rogers10-Aug-08 10:34 
GeneralRe: Database Design Question - Table(s) for limiting user choices in a main table Pin
Wendelius10-Aug-08 11:18
mentorWendelius10-Aug-08 11:18 
AnswerRe: Database Design Question - Table(s) for limiting user choices in a main table Pin
Mycroft Holmes10-Aug-08 16:30
professionalMycroft Holmes10-Aug-08 16:30 
Questiondate format and change from gregorian date to hijri date Pin
kimo code9-Aug-08 21:02
kimo code9-Aug-08 21:02 
AnswerRe: date format and change from gregorian date to hijri date Pin
Wendelius9-Aug-08 23:02
mentorWendelius9-Aug-08 23:02 
AnswerRe: date format and change from gregorian date to hijri date Pin
Jerry Hammond10-Aug-08 4:58
Jerry Hammond10-Aug-08 4:58 
Questionbetween and like condition Pin
kimo code9-Aug-08 19:54
kimo code9-Aug-08 19:54 
AnswerRe: between and like condition Pin
PIEBALDconsult9-Aug-08 20:03
mvePIEBALDconsult9-Aug-08 20:03 
GeneralRe: between and like condition Pin
kimo code9-Aug-08 20:17
kimo code9-Aug-08 20:17 
AnswerRe: between and like condition Pin
Wendelius9-Aug-08 23:00
mentorWendelius9-Aug-08 23:00 
GeneralRe: between and like condition Pin
kimo code10-Aug-08 20:01
kimo code10-Aug-08 20:01 
GeneralRe: between and like condition Pin
Wendelius11-Aug-08 5:43
mentorWendelius11-Aug-08 5:43 
AnswerRe: between and like condition Pin
Peter Appleby19-Aug-08 7:08
Peter Appleby19-Aug-08 7:08 
GeneralRe: between and like condition Pin
kimo code19-Aug-08 19:39
kimo code19-Aug-08 19:39 
Questionsql server 2000 to sql server 2005 Pin
Rameez Raja9-Aug-08 16:55
Rameez Raja9-Aug-08 16:55 
AnswerRe: sql server 2000 to sql server 2005 Pin
Paul Conrad9-Aug-08 19:27
professionalPaul Conrad9-Aug-08 19:27 
QuestionSQL Server 2000,Multivalued Attributes Pin
amit20119-Aug-08 5:40
amit20119-Aug-08 5:40 
AnswerRe: SQL Server 2000,Multivalued Attributes Pin
Wendelius9-Aug-08 5:53
mentorWendelius9-Aug-08 5:53 
GeneralRe: SQL Server 2000,Multivalued Attributes Pin
amit20119-Aug-08 21:34
amit20119-Aug-08 21:34 
GeneralRe: SQL Server 2000,Multivalued Attributes Pin
Wendelius9-Aug-08 21:45
mentorWendelius9-Aug-08 21:45 
GeneralRe: SQL Server 2000,Multivalued Attributes Pin
amit20119-Aug-08 21:48
amit20119-Aug-08 21:48 
GeneralRe: SQL Server 2000,Multivalued Attributes Pin
Wendelius9-Aug-08 21:56
mentorWendelius9-Aug-08 21:56 
GeneralRe: SQL Server 2000,Multivalued Attributes Pin
amit20119-Aug-08 22:17
amit20119-Aug-08 22:17 
let me tell the whole proble.
i want to design a database.in it i have a Table which has all the BusRouteNo.

Bno(int).

in another Table i have
BusStops.

BNo(int)
Stops(char)

this Table BusStops is for every BusNo. running.

Now i have to have a Select Query such tha when i select two Stops(char) i get all the Bno(int) that pass through those two particular Stops(char).

pl tell me if i can refine my Table and tell me the Select Query for the Same.
Thanx.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.