摘要:
Data TypeDescriptionVARCHAR2(size)Variable-length character dataCHAR(size)Fixed-length character dataNUMBER(p,s)Variable-length numeric dataDATEDate and time valuesLONGVariable-length character data(up to 2G);Oracle推荐不使用此数据类型,推荐使用CLOB、BLOBCLOBCharacter data(up to 4GB)RAW and LONG RAWRaw binary dataB 阅读全文
摘要:
ObjectivesAfter completing this lesson,you should be able to do the following:Categorize the main database objectsReview the table structureList the data types that are available for columns.Create a simple tableExplain how constraints are created at the time of table creation.Describe how schema ob 阅读全文
摘要:
Oracle Database ObjectsObjectDescribtionTableBasic unit of storage;Composed of rowsViewLogically represents subsets of data from one or more tablesSequenceGenerates numeric valuesIndexImporves the performance of some queriesSynonymGives alternative name to an object 阅读全文