Skip to content

Commit 53dd870

Browse files
index
1 parent aa5d01a commit 53dd870

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Major/index.sql

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
--Creating and Deleting Index--
2+
3+
create index idx_city
4+
on dbo.practice(City);
5+
select * from dbo.practice;
6+
drop index idx_city on dbo.practice;

0 commit comments

Comments
 (0)