I'm new here and don't know what everyone is all about. I am trying to learn SQL but am having troubles getting my database up and running. I guess I' may be dumb or something. taking on line tutorial classes but I think I am missing something to get my database to cooperate. is there and basic guide I can follow? if so where might I find it?
thanks
hello. call me a newbie
Started by dcord, Jan 07 2010 05:33 AM
13 replies to this topic
#1
Posted 07 January 2010 - 05:33 AM
|
|
|
#2
Posted 07 January 2010 - 06:32 AM
Welcome aboard!
It depends a LOT on the type of database you're trying to get working. Firebird, MySQL, SQL Server, Oracle, Access, PostGreSQL, and many others exist, each one with different requirements to get working properly.
It depends a LOT on the type of database you're trying to get working. Firebird, MySQL, SQL Server, Oracle, Access, PostGreSQL, and many others exist, each one with different requirements to get working properly.
#3
Posted 07 January 2010 - 06:41 AM
#4
Posted 07 January 2010 - 06:53 AM
Welcome to codecall :)
#5
Posted 07 January 2010 - 08:18 AM
right now I am using Mysql an open source because I am just now learning this. I cant seem to create a database or tables. I am thinking that what I am reading and trying to practice is leaving out some common commands that I should know. such as ';' at the end and beginning of any command I enter. I was told to write "create database LEARNSQL;" (without quotes of course) Once I do that I can not find the database that I supposedly created. also true with tables I get error code 1046 syntax error. My question: is there anywhere I can get simplified detailed instructions on how to enter commands? I know I need to open and close with ( ) but do I need to do that when I create a table or just when I add data? I think so far I am just confused. is there rules in any SQL program that states any command input has to have ; behind it? example CREATE TABLE EMPLOYEE_TBL; Once I create this table I cant use it because of error code 1046
help please
help please
#6
Posted 07 January 2010 - 08:23 AM
Are you using a command-line utility, or something else? After you create a database you have to switch to using it. Also, you only need a ';' at the end of a statement.
#7
Posted 07 January 2010 - 09:54 AM
yes I am using a command line client. also don't know how to switch to using my database
whenever I use ; at the end of a statement it says there is error code 1064 syntax error
whenever I use ; at the end of a statement it says there is error code 1064 syntax error
#8
Posted 07 January 2010 - 01:30 PM
#9
Posted 07 January 2010 - 02:00 PM
wow,
thank you for all your help. this last one I will print and keep handy. I appreciate your time and effort to help me
thanks again
thank you for all your help. this last one I will print and keep handy. I appreciate your time and effort to help me
thanks again
#10
Posted 07 January 2010 - 02:16 PM
Root Beer == System Administrator's Beer
Download the new operating system programming kit! (some assembly required)
Download the new operating system programming kit! (some assembly required)
#11
Posted 07 January 2010 - 02:27 PM
Not a problem. It's just knowing what to search for on Google :)
#12
Posted 07 January 2010 - 02:28 PM
Welcome to CC !! :)


Sign In
Create Account


Back to top










