How can i Insert a row between two rows of cdt ?

I have a table as follow:

                       sno         department

                        1             CS

                        2             ME

                        3             EI

             I want the output after inserting a row between sno 1 and 2 as 

 

                       sno         department

                        1             CS

                        2             IT

                        3             ME

                        4             EI

How can i do that?

  Discussion posts and replies are publicly visible