table name
表名 table names
表名
Similar to a database name . (c) Title and name changes. Its name must be unique in the database. If the expression is a table name followed by.
The name must be unique within the database.For now we are using just table name which is EMPLOYEE. If the expression is the name of a table followed by. The table names are stored inside the system sqlite_master table. . The word table should never appear in a table name . (1)选择最有效率的表名 顺序(只在基于规则的优化器中有效):. Choose the most efficient order in the table name (only in the rule-based optimizer valid):. First are the keywords'CREATE TABLE' followed by the table name . 因为它已表名 我已成功的接受了挑战,并且很优秀的完成了挑战。 Because it has been named I have successfully accepted the challenge, and very good to complete the challenge. 下面是一个简化处理的例子,只有一个表做示例,表名 叫「Movie_quotes」。 Here is a bit simplified example, with only one sample table called“Movie_quotes”. 第二,使用表前缀减少了表名 中出现DBMS保留字的可能。 Second, using table prefix reduces the possibility of having some table names that are reserved keywords in DBMS. 例如,键入SELECT*FROM即会显示所有表名 称。 For example the command select* from table name will display all the contents of the table .为了向表插入一行数据,'INSERT'关键字跟着'INTO'关键字和表名 。 To insert a row of data into table,'INSERT' keyword is followed with keyword'INTO' and a name of the table . Petclinic数据库使用复数名称作为表名 (如owners、pets、specialties等)。 The petclinic database uses plural names for its tables (for example, owners, pets, specialties, and so on). 但同时,表名 和列名嵌在代码中,在某些情况下可能并不是一个灵活的解决办法。 But at the same time, the table and column names are embedded in the code which may not be a flexible solution in some cases. 因此,所使用操作系统的大小写敏感性决定了数据库名和表名 的大小写敏感性。 As a result, the case sensitivity of the underlying operating system determines the case sensitivity of database and table names . 这就意味着数据库和表名 在Windows中是大小写不敏感的,而在大多数类型的Unix系统中是大小写敏感的。 This means that database and table names are not case-sensitive in Windows and are case-sensitive in most varieties of Unix. 当你使用生成器命令生成模型(model)时,模型(model)名基于表名 的格式'_‘(下划线). When you create a model using the generator command, the model name are derived from the table name in this format‘_'(underscore). 我们甚至都不会考虑模式或者该表的任何其他属性,因为在一个数据库里表名 通常就是用来区分彼此的。 We don't even consider the schema or any other property of the table, as the table names are usually distinct enough across a database. AdaptiveServer是否区分数据库对象(如表名 )的大小写,取决于AdaptiveServer上设置的排序顺序。 Adaptive Server's sensitivity to the case of database objects, such as table names , depends on the sort order installed on Adaptive Server. 对数据库表来说,从项目一开始就要确定表名 是采用复数还是单数形式。 For the database table, from the start of the project is necessary to determine the table name is plural or singular form used.
Display more examples
Results: 25 ,
Time: 0.0153