which query is better and efficient - mysql

后端 未结 5 1313
执笔经年
执笔经年 2021-01-05 08:47

I came across writing the query in differnt ways like shown below Type-I

SELECT JS.JobseekerID
         , JS.FirstName
         , JS.LastNam         


        
5条回答
  •  半阙折子戏
    2021-01-05 09:03

    My suggestion.

    Update all your tables with some amount of records. Access the MySQL console and run SQL both command one by one. You can see the time execution time in the console.

提交回复
热议问题