Hello, just started learning SQL and have some questions.
First is what is the diagram and how is it useful. All i understand is that the primary key is the column with unique entries.
Using this picture for example from could someone point me a really good explanation for it?
Also, If I ran a select query on a stupidly large data, does it have a fail safe of not providing me with data? I ask this because I'm getting zilch when I know data should be there.
Third, is there a way to view the large amount of data inside tables without knowing what I want to query from it? Like have it list everything in it.
I've tried Select * From tblsomething and nothing is returned to me.
First is what is the diagram and how is it useful. All i understand is that the primary key is the column with unique entries.
Using this picture for example from could someone point me a really good explanation for it?
Also, If I ran a select query on a stupidly large data, does it have a fail safe of not providing me with data? I ask this because I'm getting zilch when I know data should be there.
Third, is there a way to view the large amount of data inside tables without knowing what I want to query from it? Like have it list everything in it.
I've tried Select * From tblsomething and nothing is returned to me.