From the course: Relational Databases Essential Training
Unlock the full course today
Join today to access over 24,100 courses taught by industry experts.
Object naming considerations
From the course: Relational Databases Essential Training
Object naming considerations
- [Instructor] I touched on naming consideration briefly when I warned about including spaces in your column names earlier on in the course. But the topic really does warrant a fuller discussion. Back in the early days of relational data base development, computer systems had very strict requirements for how objects can be named. You were limited on the number of characters you could use, and support for special characters was non existent. Today, systems have much more relaxed requirements, which gives you a lot more freedom in naming tables and columns whatever you want, within reason. But that doesn't mean that you can treat it like the wild west when it comes to building an organizational scheme for your precious data. So here are some suggestions that you should think about when naming tables and columns. First, consider Capitalization. Most relational data base management systems are case insensitive…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.