- NEW!
All about Structured Query Language
Oddly, the very first thing that is often addressed during the database planning process is ________________________, a nontechnicalprocess
by m_1990 on March 13th, 2011
|
one answer
|
in SQL
by Anonymous on December 31st, 1969
|
no answers
|
in
what are some sites vulnerable to SQL injection and how can they become protected
by InnerSanctioned on October 25th, 2010
|
one answer
|
in SQL
what is the main use of superkey and candidate in sql?with example.
what is the main use of foreign key with example?
by Browse72 on September 19th, 2010
|
no answers
|
in SQL
In structured query languages, can we create view of a view ? If yes then how?
by sarit_shekhar on November 18th, 2009
|
no answers
|
in SQL
Space inside a database is organized into (What) ? and (what)?
by Anonymous on October 29th, 2009
|
3 answers
|
in SQL
Is there a good website where you can learn SQL for free?
by Yeahwell... on October 21st, 2009
|
one answer
|
in SQL
I have an SQL table that contains
PRODUCT_ID
CURRENT_UNIT_COST
DATETIMESTAMP
STORE_CODE_ID
File contains multi-records per product. Only timestamp is different. Want to retrieve most current product_id & cost by MAX(DATETIMESTAMPS) all products
by vazcro on August 14th, 2009
|
2 answers
|
in SQL
In an sqlite3 database I have a field 'name', I have a webpage person.php?name=dah+dah+dah. Is there a way to get the name before and after the given name, in order, without loading all the names and iterating thru them?
by JimmyG on August 13th, 2009
|
no answers
|
in SQL
Table A has id, name. Table B has id,do, re mi. I have name. Is there a way to write a single sql statement to fetch all rows from B where B.id = A.id and name = A.name? I am doing it in two steps, but it seems there should be a way to do it in one.
by JimmyG on June 16th, 2009
|
3 answers
|
in SQL
How can I resolve concurrency problems in SQL Server 2005?
by Vik on May 11th, 2009
|
one answer
|
in SQL
How can I use results from one stored procedure in another?
by Vik on May 11th, 2009
|
no answers
|
in SQL
Is it possible to write stored procedures without knowing T-SQL?
by Vik on May 11th, 2009
|
one answer
|
in SQL
What are common name restriction on tables and columns?
by Vik on May 11th, 2009
|
one answer
|
in SQL
With regard to databases (SQL) what is the definition of a tabular database?
by snakebarber on December 11th, 2008
|
one answer
|
in SQL
How do I find out if a field has any special characters using sql developer?
by not2brite on November 6th, 2008
|
no answers
|
in SQL
How to use relational algerbra & calculus operations in sql
by Anonymous on November 5th, 2008
|
no answers
|
in SQL
How does clustered & non clustered indexes work in ms sql server?
by Keshav on August 7th, 2008
|
no answers
|
in SQL
What are the advantages of stored procedure?
by balakrishna on July 31st, 2008
|
one answer
|
in SQL
I need a pdf or books for free to download that teaches me about SQL?
by jambo on June 12th, 2008
|
3 answers
|
in SQL
Can any one give answer with an example ..what is the difference among key,super key,candidate key, primary key, foreign key .
by balakrishna on June 3rd, 2008
|
one answer
|
in SQL
Difference between dbms and rdbms
by balakrishna on May 24th, 2008
|
3 answers
|
in SQL
Difference between oracle 9i and oracle 8i.
by balakrishna on May 24th, 2008
|
one answer
|
in SQL