Home
My Faqts
Contributors
About
Help
News: Faqts.com
search
is now functional again. Thank you for your patience.
faqts
:
Computers
:
Programming
:
Languages
: Sql
+ Search
Enter your search terms
Submit search form
Web
faqts.com
Folders
MYSQL
(1)
Links
SQL: search: Dogpile
SQL: search: Google
SQL: search: Yahoo
Tutorials
basic sql school
basic sql articles
basic sql tutorials
basic sql course
SQL: tutorial: database: Htmlgoodies
Documentation
SQL: Jet: index
Share Your Knowledge
Ask a Question
Questions
Recently Asked Questions
Database: Language: SQL: Table:Structure: Operation:Change: How to change fields in a table? [ALTER]
Database: Language: SQL: Database: Operation: Remove: How to delete a database completely? [drop]
Database: Language: SQL: Table: Structure: Operation: Change: How to remove fields in a table?
Database: Language: SQL: Table: Structure: Operation: Change: How to add fields in a table?
Database: Language:SQL:MySql:Table:Field:Operation:View: How to view structure of fields in a table?
Random Questions
Database: Language: SQL: Table:Structure: Operation:Change: How to change fields in a table? [ALTER]
Database: Relational: Integrity: Referential: What is: What is referential integrity?
Database: Language: SQL: Search: How to wild card search in a column? [LIKE / % / _ / [] / [^]]
Database: Language: SQL: Table: Operation: Remove: How to delete a table completely? [drop]
Database: Language: SQL: MySql: Table: Operation: View: How to view all tables in a database?
Is there a manual for SQL available?
What query I must send to Oracle 8 server to receive list of last 12 months (for example: Jan-99, Feb-99...)?
How do I construct select statements where the string in the where clause has an apostrophe? Ex: SELECT * FROM customers WHERE name like 'Bob's%';
is there any way to specify the rows that you want returned from a query - (ex. - get me rows # 31 - 45)
Database: Language: SQL: Meaning: What is the meaning of SQL?
Database: Language: SQL: History: Inventor: Who invented the SQL language?
Database: Language: SQL: Dialects: Which are the main SQL dialects?
Database: SQL: Query: Key: What is a query to join 2 database tables via its keys? [foreign/primary]
Database: Language: SQL: Search: How to wild card search in a column? [LIKE / % / _ / [] / [^]]
Database: SQL: Remark: Create: How to create a remark in SQL?
Database: Language: SQL: Overview: Can you give an overview of links about SQL?
Database: Relational: Key: Foreign: What is a foreign key?
Database: Relational: Key: Primary: What is: What is a primary key?
Database: Relational: Integrity: Referential: What is: What is referential integrity?
Database: SQL: Generate: Structure: Link: Can you give overview of links about generating SQL? [XML]
Database: Language: SQL: What is SQL?
Database: Language: SQL: Table: Operation: Create: How to create a table?
Database: Language: SQL: Table: Operation: Remove: How to delete a table completely? [drop]
Database: Language: SQL: Table: Operation: Remove: How to delete data from a table?
Database: Language: SQL: Table: Operation: Change: Update: How to update data in a table?
Database: Language: SQL: Table: Operation: Insert: How to insert data in a table?
Database: Language: SQL: Table: Operation: Search: How to search data in a table? [select / get]
Database: SQL: Generate: Table:Key:Foreign:Create: How generate table with foreign key using XML: 2?
Database: SQL: Generate: Table:Key:Foreign:Create: How generate table with foreign key using XML: 1?
Database: Relational:MySql:Key:Primary: Compound: How create compound primary key (multiple column)?
Database: SQL: Query: Operation: Join: What is a join query?
Database: SQL: Table: Operation: Join: Product: Cartesian: How to possibly program a join operation?
Server: Radius: Microsoft: Windows: Database:MySql: Install: How to install WinRadius RADIUS server?
Database: Language: SQL: MySql: Database: Operation: View: How to view all created databases?
Database: Language: SQL: MySql: Table: Operation: View: How to view all tables in a database?
Database: Language:SQL:MySql:Table:Field:Operation:View: How to view structure of fields in a table?
Database: Language: SQL: Table: Structure: Operation: Change: How to add fields in a table?
Database: Language: SQL: Table: Structure: Operation: Change: How to remove fields in a table?
Database: Language: SQL: Database: Operation: Remove: How to delete a database completely? [drop]
Database: Language: SQL: Table:Structure: Operation:Change: How to change fields in a table? [ALTER]
Unanswered Questions
What is the query one would perform to find out the text of a stored procedure in Oracle?
Is there some good documentation on recursive SQL queries?
Can somebody tell me how to add a record in a database which has 2 tables, and they are related
In a stored procedure, how do I insert a carriage return/line feed in the results every 66 lines?
what is the difference between count(*) and Count(field)? (performance wise)
How could I get each record's origin table when doing a UNION? (John-Table1 , Peter-Table4...)
How can I generate a search-report, e.g. top-10 search-phrases
How do I update one SQL database with some of the information found in another database?
How do I update mutiple pieces of information in one database from another database?
A dB field is in UnixTime format.Which sql query will have as result the date in the format d/m/y?
how to fetch last 10 records from a table without using rownum
How to search a table finding the oldest person registered using SQL ?
How to search a table finding the oldest person registered using SQL ?