The square root function is just that: a function. By convention, it returns the positive square root.
When I was young, you could find books referring to multi-valued functions, so you would get ± in the results. This was also a convention, but had to be resolved once computers came to be used, since they only 'like' single valued functions, which are the only ones that are, by definition, functions anymore.
You might still be able to find these books, but they need to be treated as historical artifacts.
So, you need to use a plot of two functions (+sqrt[x] and -sqrt[x]), or either of the solutions provided by other responders.
Once you get your head around that, try plotting the cube root of x. Then you can learn about principal values. ;-)