# Question-107:
How can you create an index in a table in SQL?
Or
What is the syntax for creating an Index in a table in SQL?
Table Name – Employee
SQL Query ::
CREATE INDEX idx_FirstName
ON Employee_Copy (Emp_FName);
SELECT * FROM Employee_Copy;
@SekharAcademy
#sql
#sqlqueries
#mysql
#oracle
#learning
#interview
#programming
#database
#education
#sqlinterview
#interviewquestions