I use MySQL database (innodb)
I use Visual Basic 2008
I have a table Employees with two fields EmpNo and Managerno
ALTER TABLE Employees ADD PRIMARY KEY (EmpNo
CREATE INDEX index_Managerno ON Employees (ManagerNo)
How do i now IF Mysql using this index is if i do this:
SELECT * FROM Employees WHERE Managerno = 123451
2
Contributors
1
Reply
1 Day
Discussion Span
8 Months Ago
Last Updated
2
Views
Question Answered
Related Article:MySQL database visual basic 2010 queries
is a VB.NET discussion thread by beforetheyknew that has 1 reply, was last updated 11 months ago and has been tagged with the keywords: mysql, database, visual, basic.