select name,age,address from Employee where name = 'Jesus';
B-Tree B -Tree B*-Tree
ALTER TABLE table_name ADD FULLTEXT(column1, column2)
SELECT * FROM table_name WHERE MATCH(column1, column2) AGAINST('word1', 'word2', 'word3')