Jump to content

SQL, SYNTAX.


Chikwado

Recommended Posts

Some one check this: I am completely new to sql, Now, where do I have to type following code? Not in the Notepad.

SELECT*FROM Customers;
And what exactly does the above code do? Although I have not create table but have create mysql username and password, I can login to phpmyadmin using the following address:
http://localhost/phpmyadmin
some one help please. Edited by Chikwado
Link to comment
Share on other sites

If you have phpMyAdmin, then you need to start making tables so you can run queries on them. Following the SQL tutorials all the way through will show all the basic commands. Try that first.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...