954,595 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Student Question on CREATE TABLE

I am in school and as a project I am building a mock Database from SQL Statements. I like having clean code and since I am at home building these statements on notepad to execute at school later I have a questions about white space.

When I use CREATE TABLE can I use tabs between column and data characters for clean space, or will SQL not execute properly unless it is a space?

I am used to programming where white space can be used to structure commands, I just want to know if this holds true in SQL.

Thank you,

Sync

Sync.Void
Newbie Poster
4 posts since Mar 2010
Reputation Points: 10
Solved Threads: 0
 

SQL doesn't care about excessive whitespace.

pritaeas
Posting Expert
Moderator
5,484 posts since Jul 2006
Reputation Points: 653
Solved Threads: 875
 

Thnaks

Sync.Void
Newbie Poster
4 posts since Mar 2010
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You