2
Answers

Difference b/w clustered and non clustered index in sql server 2005?

priti gupta

priti gupta

15y
5.6k
1
Answers (2)
0
Trifon Dinev

Trifon Dinev

NA 78 0 15y

I have one database in MySQL with 9 tables, most of them with the same fields but for different objects.
for example: radar, cvor, glide_path, etc.
with fields: id, datetime, status, door_open, smoke, high_temp, generator where is written 0 for normal, 1 for warning and 2 for alarm.
in one dropdownlist I have the names of tables: radar, cvor, glide_path
in the other dropdownlist I want to see datetime, status, door_open, smoke, high_temp, generator.
I will have 2 radiobuttons for 1 - warning and 2 - alarm
so depending of what I have choosen in these dropdownlists and radiobuttons I can  present the data in a table for some time from .... to ....
That's it.
Thanks in advance.
Trifon.
Accepted
0
Trifon Dinev

Trifon Dinev

NA 78 0 15y

I've solved my problem.
Thanks.
0
Niradhip Chakraborty

Niradhip Chakraborty

NA 6.5k 527k 15y
Not Clear. Can you explain it bit more.