home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 February / DPPCPRO0299.ISO / February / Delphi / Runimage / INTRBASE / BIN / TUTORIAL.CNT (.txt) < prev    next >
Encoding:
Microsoft Windows Help File Content  |  1996-05-16  |  2.9 KB  |  68 lines

  1. :Base tutorial.hlp>tutorwin
  2. :Title Windows ISQL Tutorial
  3. 2 Windows ISQL Tutorial
  4. 3 Part One: Getting started with Windows ISQL
  5. 4 Introduction=IDH_TUT_INTRO
  6. 4 Starting the Windows ISQL session=IDH_TUT_STARTING
  7. 4 An overview of SQL=IDH_TUT_SQLINTRO
  8. 4 Creating a database=IDH_TUT_CREATINGDB
  9. 4 Conceptual database design=IDH_TUT_CONCEPTUAL
  10. 4 Creating tables=IDH_TUT_CREATINGTABLES
  11. 4 Primary keys and foreign keys=IDH_TUT_PRIMARYFOREIGN
  12. 4 Adding data to tables=IDH_TUT_ADDINGTABLEDATA
  13. 4 Testing referential integrity=IDH_TUT_TESTINGINTEGRITY
  14. 4 Viewing data=IDH_TUT_VIEWINGDATA
  15. 4 Modifying data=IDH_TUT_MODIFYINGDATA
  16. 4 Ending the WISQL session=IDH_TUT_ENDINGSESSION
  17. 3 Part Two: Basic data definition
  18. 4 Basic data definition=IDH_TUT_BADICDEF
  19. 4 More conceptual design=IDH_TUT_MORECONCEPT
  20. 4 Relationship modeling=IDH_TUT_RELATMODELING
  21. 4 Normalization=IDH_TUT_NORMALIZATION
  22. 4 Defining domains=IDH_TUT_DEFINEDOMAINS
  23. 4 Using data definition files=IDH_TUT_DATADEFFILES
  24. 4 Creating indexes=IDH_TUT_CREATEINDEX
  25. 4 Preventing duplicate row entries=IDH_TUT_PREVENTDUPS
  26. 4 Modifying indexes=IDH_TUT_MODIFYINDEX
  27. 4 Creating views=IDH_TUT_CREATEVIEWS
  28. 3 Part Three: Populating the database
  29. 4 Populating the database=IDH_TUT_DBPOP
  30. 4 Inserting data=IDH_TUT_INSERTDATA
  31. 4 Inserting data using column values=IDH_TUT_INSERTCOLS
  32. 4 Inserting data from an external file=IDH_TUT_INSERTEXT
  33. 4 Updating data=IDH_TUT_UPDATEDATA
  34. 4 Deleting data=IDH_TUT_DELETEDATA
  35. 4 Deleting data using a subquery=IDH_TUT_DELWITHSUBQ
  36. 4 Retrieving data=IDH_TUT_RETRIEVEDATA
  37. 3 Part Four: Retrieving data
  38. 4 Overview of SELECT=IDH_TUT_SELECTINTRO
  39. 4 Selecting from a view=IDH_TUT_SELECTVIEW
  40. 4 Removing duplicate rows with DISTINCT=IDH_TUT_REMDUPROWS
  41. 4 Using the WHERE clause=IDH_TUT_WHERE
  42. 4 Comparison operators=IDH_TUT_COMPOPS
  43. 4 Pattern matching=IDH_TUT_PATTERNMATCH
  44. 4 Logical operators=IDH_TUT_LOGICALOPS
  45. 4 Using subqueries=IDH_TUT_SUBQUERIES
  46. 4 Using aggregate functions=IDH_TUT_AGGRFUNCS
  47. 4 Grouping query results=IDH_TUT_QUERYRESULTS
  48. 4 Using the HAVING clause=IDH_TUT_HAVING
  49. 4 Using the ORDER BY clause=IDH_TUT_ORDERBY
  50. 4 Joining tables=IDH_TUT_JOINTABLES
  51. 4 Inner joins=IDH_TUT_INNERJOINS
  52. 4 Outer joins=IDH_TUT_OUTERJOINS
  53. 4 Formatting data=IDH_TUT_FORMATDATA
  54. 4 Using CAST( ) to convert data types=IDH_TUT_CAST
  55. 4 Using the string operator in search conditions=IDH_TUT_STRINGSEARCH
  56. 4 Converting to uppercase=IDH_TUT_UPPER
  57. 3 Part Five: Advanced data definition
  58. 4 Advanced data definition=IDH_TUT_ADVANCEDDEF
  59. 4 Triggers and stored procedures=IDH_TUT_TRIGSANDSTORED
  60. 4 Triggers=IDH_TUT_TRIGGERS
  61. 4 Generating unique column values with triggers=IDH_TUT_GENUNIQUE
  62. 4 Maintaining change records with a trigger=IDH_TUT_CHANGEMAINT
  63. 4 Posting an event with a trigger=IDH_TUT_POSTEVENT
  64. 4 Stored procedures=IDH_TUT_STOREDPROC
  65. 4 A simple select procedure=IDH_TUT_SELECTPROC
  66. 4 A simple executable procedure=IDH_TUT_EXECPROC
  67. 4 A recursive procedure=IDH_TUT_RECURSEPROC
  68.