Need a MySQL 'create table' string
-
I need a MySQL query to create a table with the following columns (character count should be 50 unless otherwise indicated in parentheses): PodcastName Category Province (2) Website Email Description Keywords City DateAdded Rating (1) --- will be a number between 1 and 5 XML-URL ProducerName HostName
-
Answer:
Hi rservice, Please find the create table statement below. Replace "Tablename" with your preferred name for the table. CREATE TABLE Tablename ( PodcastName varchar(50), Category varchar(50), Province varchar(2), Website varchar(50), Email varchar(50), Description varchar(50), Keywords varchar(50), City varchar(50), DateAdded varchar(50), Rating tinyint, XML-URL varchar(50), ProducerName varchar(50), HostName varchar(50) ); If you require any further clarification, please do not hesitate to ask. Regards, lotd
rservice-ga at Google Answers Visit the source
Related Q & A:
- How to do a MySQL recursive query?Best solution by Stack Overflow
- How to make a MySql query faster?Best solution by Stack Overflow
- Is it true that a permanent resident of the US doesn't need a visa for a short stay in Switzerland?Best solution by Yahoo! Answers
- How do I use a genetic code table?Best solution by biology.about.com
- Do I need a Headphone amp to use a pair of Audio Technica ATH A-700 headphones with an iPod?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.