home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / INTRBASE / DATA.Z / TUTORIAL.CNT (.txt) < prev    next >
Microsoft Windows Help File Content  |  1998-03-15  |  3KB  |  68 lines

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