Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 140
Default SQL practice with Excel?

Hi,
I am sorry if my question may look like a bit off-topic but,
are there excel tools or utils that I can try some SQL commans or codes?
Regards


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 279
Default SQL practice with Excel?

you will find everything posted on the access.programming newsgroup

"J_J" wrote:

Hi,
I am sorry if my question may look like a bit off-topic but,
are there excel tools or utils that I can try some SQL commans or codes?
Regards



  #3   Report Post  
Posted to microsoft.public.excel.programming
TK TK is offline
external usenet poster
 
Posts: 177
Default SQL practice with Excel?

Hi JJ

If you have Access you will also have Northwind €œthe sample DB.€
You can run one of the sample queries and then choose
Menu: View: SQL: SQL View
This will show the SQL query statement.
I have seen numerous recommendations from people that recommend
things like this if using Access as the back end, development and test
your query in Access and then copy and paste the SQL statement into
your code. However, even if you do not intend to use Access an SQL
statement is an SQL statement wherever you learn it or use it.

Good Luck
TK


"J_J" wrote:

Hi,
I am sorry if my question may look like a bit off-topic but,
are there excel tools or utils that I can try some SQL commans or codes?
Regards



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 162
Default SQL practice with Excel?

Yes, there is a query builder available in Excel. From the menu choose
Data Import External Data New Database Query.

It will walk you through a wizard for selecting the data source and the
tables, then present you with a QBE grid (QBE = query by example).
There's an 'SQL' toolbar button that you can click to enter the SQL
manually.

You can also play around with SQL by writing data access code in VBA.
The help files are pretty good for showing some basic stuff.

If you don't have a database to use (e.g. Access or SQL Server), you
can just use Excel as a data source. In another Excel file, create a
grid of data with row headings. Then define a name for the range. When
you use the Import External data wizard I mentioned above, select the
Excel file as your data source.

HTH,

Nick Hebb
BreezeTree Software
http://www.breezetree.com

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 140
Default SQL practice with Excel?

Thank you all...NIck, TK and Vacation's Over
You are most helpful.
J_J

"Nick Hebb" wrote in message
oups.com...
Yes, there is a query builder available in Excel. From the menu choose
Data Import External Data New Database Query.

It will walk you through a wizard for selecting the data source and the
tables, then present you with a QBE grid (QBE = query by example).
There's an 'SQL' toolbar button that you can click to enter the SQL
manually.

You can also play around with SQL by writing data access code in VBA.
The help files are pretty good for showing some basic stuff.

If you don't have a database to use (e.g. Access or SQL Server), you
can just use Excel as a data source. In another Excel file, create a
grid of data with row headings. Then define a name for the range. When
you use the Import External data wizard I mentioned above, select the
Excel file as your data source.

HTH,

Nick Hebb
BreezeTree Software
http://www.breezetree.com



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Practice Test Using Excel downinfl Excel Discussion (Misc queries) 1 May 22nd 10 05:52 PM
any examples for practice formulas of excel? Asif Excel Worksheet Functions 0 March 20th 08 04:14 PM
Excel 2007 will not download training practice pages....help! Gildee New Users to Excel 2 July 4th 06 02:30 PM
Excel - how can I practice formulas on financial questions? flamingformulas Excel Discussion (Misc queries) 4 February 20th 06 03:18 PM
Excel practice sheet. Can't view instructions. Lindyloo Excel Discussion (Misc queries) 0 February 5th 06 07:21 PM


All times are GMT +1. The time now is 03:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"