【正文】
Product Hansen, Ola Printer Svendson, Stephen Table Svendson, Stephen Chair ? 解釋: RIGHT JOIN返回” second_table”中所有的行盡管在” first_table”中沒有相匹配的數(shù)據(jù)。 二、數(shù)據(jù)庫設(shè)計圖講解 C u s t o m e rP K , F K 3 I DF K 1 T y p e I D S e r i a l C o d e N a m e P l u s N a m e A d d r e s s D i s t i n c t I DF K 2 A r e a I D P h o n e F a x E m a i l L i n k m a n P a y L a t e F r e e N o t eC o m m u n i t y C u s t o m e rP K , F K 1 C u s t o m e r I D C o m m u n i t y N a m e M e t e r C o u n t F a m i l y C o u n t C o m m u n i t y I n t r o G r e e n A r e aT r u c k R e c o r dP K I DF K 1 C u s t o m e r I DF K 2 T r u c k S e t t i n g I D T r u c k C o u n t W a t e r A m o u n t R e c o r d D a t e D i s t a n c e D e p a r t T i m e R e t u r n T i m e A r r i v e T i m e D r i v e r I D N o t eA r e aP K I D N a m e N o t eT r u c k S e t t i n gP K I D T r u c k M o d e C u b a g e 三、使用企業(yè)管理器和查詢分析器 ? (實例) 四、 ? DataSet ? DataSet 對象是支持 的斷開式、分布式數(shù)據(jù)方案的核心對象。 DataSet 是數(shù)據(jù)的內(nèi)存駐留表示形式,無論數(shù)據(jù)源是什么,它都會提供一致的關(guān)系編程模型。 ? 一個 DataSet 包含 DataTable 對象所表示的零個或更多個表的集合。 DataTableCollection 包含 DataSet 中的所有 DataTable 對象。 ? DataTable 在 命名空間中定義,表示內(nèi)存駐留數(shù)據(jù)表。 ? 它包含 DataColumnCollection 所表示的列和 ConstraintCollection 所表示的約束的集合,這些列和約束一起定義了該表的架構(gòu)。 DataTable 還包含 DataRowCollection 所表示的行的集合,而 DataRowCollection 則包含表中的數(shù)據(jù)。 ? DataTable ? DataRow (實例) 五、使用 Sql Helper并創(chuàng)建 DBAccess實現(xiàn) 數(shù)據(jù)庫封裝 ? 實例 六、如何使用 DBAccess提供的方法 ? (實例) DataGrid控件的使用 學(xué)習(xí) sql server有用的網(wǎng)址 謝謝! Thank s for your attention !