PDA

View Full Version : Whats A Query??


PhoeniX
07-02-2005, 03:18 PM
umm i lookin at the page and i see 7 queries at the bottom of the window whats a query???

Hidden
07-02-2005, 03:44 PM
Google it.

PhoeniX
07-02-2005, 10:31 PM
hows bout you just tell me dinesh jeez

oats
07-05-2005, 12:49 PM
i don't know Y hidden like that :P

PhoeniX
07-05-2005, 02:28 PM
cud someone tell me??

Paradoxxx
07-05-2005, 05:06 PM
The query at the base of the screen with the icon that universally represents stored data refers to SQL Queries.

SQL pronounce Sea QUELL means Standard Query Language. It is a universal language used to command the database to do either inserts, displays, edits etc e.g

Select * from userstables would result in a list of all fields in the table userstables

All data on this site is stored in a database, even the posts that we do are stored in a database. The query time to the left of the query icon tells you how fast the queries were done giving an idea of how efficient the server is running.

PhoeniX
07-05-2005, 08:55 PM
ohhhh ok i catch makes sense i guess butt that language looks really confusing dred whey

Paradoxxx
07-05-2005, 11:22 PM
Its a verrry easy language, i picked it up before doing it at UWI. 2 days if so much and you will be able to do the basics, the adv stuff takes a lil practice.

PhoeniX
07-06-2005, 08:12 PM
hmmm i have nothing to do at home maybe i shud learn it...

eks
07-07-2005, 07:38 AM
I have a nice big book on SQL coding here in work but it's the AS400 versions.

/me thinks the boss has a Newbie Guide To SQL lying around somewhere here...

Paradoxxx
07-07-2005, 10:37 AM
The language is pretty the same on any platform with the exceptions in the adv syntax and some of them have their own generic functions.

My advise learn the core language and the std functions.