Home
About Us
Contact Us
FAQ Categories
AJAX Interview Questions
PHP FAQs
PHP Freshers Job Questions
PHP Interview Questions
PHP OOPS Questions
PHP Web Development Questions
Testing Interview Questions
MySQL Interview Questions
PHP Programming Questions
Tutoring Online PHP
Navigation
Ask a question
Search
Recent comments
Thank you
4 weeks 2 days ago
Very interesting article.
5 weeks 1 day ago
Thank You very much
5 weeks 1 day ago
ans
5 weeks 1 day ago
Nice
6 weeks 3 days ago
what is b stands in codes given??
7 weeks 2 days ago
informative online answers
7 weeks 4 days ago
nice tutorial
8 weeks 1 day ago
Actual answer follows...
9 weeks 6 days ago
Actual answer follows...
9 weeks 6 days ago
Links
Quick View
Is MySQL better than MSSQL ?
What is the Use of "WITH ROLLUP" in Mysql?
How can we know the number of days between two given dates using MySQL?
Which of the following represents the proper way to set a session variable?
What is the difference between strstr() and stristr()?
what is scandir() ?
Which function in PHP gives us absolute path of a file on the server?
What is meant by Session Clustering?
what you should know about cookies before start using in php?
Explain Parse Errors ? what are the most common causes of parse errors ?
Your first PHP script - "Hello World"
What are the different functions in sorting an array?
Does AJAX work with Java?
What is the difference between constructors in PHP4 & PHP5?
How do you convert an old fashioned 10 digit ISBN to a new 13 digit ISBN using php ?
All FAQs
Home
»
Frequently Asked Questions
»
PHP web Development questions
What are the commands to find the structure of a MySQL table other than EXPLAIN command?
describe table_name
abc
Submitted by
Anonymous
(not verified) on Tue, 12/29/2009 - 10:45.
DESC table_name;
reply
Post new comment
Your name:
*
E-mail:
*
The content of this field is kept private and will not be shown publicly.
Homepage:
Subject:
Comment:
*
Input format
Filtered HTML
Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
Lines and paragraphs break automatically.
Full HTML
Web page addresses and e-mail addresses turn into links automatically.
Lines and paragraphs break automatically.
More information about formatting options
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
What code is in the image?:
*
Copy the characters (respecting upper/lower case) from the image.
abc
DESC table_name;
Post new comment