Let us consider the following truth table
$$\begin{array}{| c|c | c |} \hline p & q & p \implies q \\ \hline T & T & T \\ \hline T & F & F \\ \hline F & T & T \\ \hline F & F & T \\ \hline \end{array}$$
I want to understand sufficiency condition and necessary condition from the above truth table;
From $p \implies q$, in general we say
1) $p$ is sufficient for $q$
2) $q$ is necessary for $p$
How to interpret the necessary and sufficient condition from the truth table?
My interpretation along with doubts:
The cropped truth table that always results in true is as follows
$$\begin{array}{| c|c | c |} \hline p & q & p \implies q \\ \hline T & T & T \\ \hline F & T & T \\ \hline F & F & T \\ \hline \end{array}$$
From the truth table, in order for $q$ to become true, it is sufficient if $p$ becomes true(row 1);
In order for $p$ to become true, $q$ has to be true (row 1);
Is this interpretation valid? If yes, What is the need to remove row 2 from the actual truth table?
Your analysis will work ... if you are a little more careful. In fact, notice how you justify both cases by merely referring to (row 1) ... that's a little fishy, since that row is symmetrical with regard to $p$ and $q$ and yet you draw an asymmetrical conclusion from it! So that suggests that you need to do some more work here.
Indeed, for $q$ being a necessary condition of $p$, you really need to point out that the only rows where $p$ is true are ones where $q$ is true, i.e. that there are no rows where $p$ is true and $q$ is false ... and so you really have to look at all rows. And note that this also shows the relevance of taking out exactly that row where $p$ is true and $q$ is false, for again, if that row was still in there, then $q$ would not be necessary for $p$
Likewise, for checking whether $p$ is a sufficient condition for $q$, you cannot just point to row 1. Again, you need to check other rows; if there was a row where $p$ is true and $q$ is false, then clearly the truth of $p$ would not be sufficient for the truth of $q$. And so again it is crucial that that very row was in fact removed in your cropped table.
Indeed, rather than looking at all the rows that are left in your cropped table, it may be better to argue for the sufficiency of $p$ for $q$, and the necessity of $q$ for $p$, on the very basis of what rows are not in the cropped table!