DBMS - W3 Naming Conventions

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards

1 to 255

64

Aliases must be from __ to characters long. All other identifier names must be from 1 to characters long.

2
New cards

period, a backward slash (\), or a forward slash (/).

Database names can use any character that is allowed in a directory name except for a __,___,___

3
New cards

default

quotation marks.

By ____, MySQL encloses column names and table names in ____

4
New cards

Table names

period or forward slash.

___ can use any character that is allowed in a file name except for a ___ or a ___.

5
New cards

32

table view.

Table names must be __ characters or less because SAS does not truncate a longer name. If you already have a table name that is greater than 32 characters, it is recommended that you create a ___

6
New cards

Column

alias

____ names and ____ names allow all characters.

7
New cards

Embedded

enclose

quotation marks

_____ spaces and other special characters are not permitted unless you ___ the name in ____

8
New cards

quotation marks

Embedded ___ are not permitted.

9
New cards

Case sensitivity

UNIX

Windows

____ is specified when a server is installed. By default, the names of database objects are case sensitive on ___ and not case sensitive on ___. For example, the names CUSTOMER and Customer are different on a case-sensitive server

10
New cards

reserved

A name cannot be a ____ word in MySQL unless you enclose the name in quotation marks.

11
New cards

unique

Database names must be ___. For each user within a database, names of database objects must be unique across all users