Oracle SQL Performance Tuning Tips:-
Sharing SQL Statements
Note : Provide your comments by clicking below options! Thanks ! :)
Sharing SQL Statements
For example the following two
select statements are NOT the same
SELECT STUDENT_NMBER,
NAME
FROM STUDENT
WHERE STUDEN_NUMBER = ‘0220’
Select Student_Number,
Name
From Student
Where Student_Number = ‘0220’ Note : Provide your comments by clicking below options! Thanks ! :)
0 comments:
கருத்துரையிடுக