From the course: Relational Databases Essential Training
Unlock the full course today
Join today to access over 24,100 courses taught by industry experts.
Data definition queries
From the course: Relational Databases Essential Training
Data definition queries
- [Instructor] Relational databases used structured query language or SQL in order to perform tasks on the data base. These tasks include everything from creating tables and relationships, adding record to the tables, querying the database for information, and running maintenance tasks like backups and index repairs. Every relational database platform uses the SQL language, but there could be slight variations from platform to platform on the exact syntax that they use. For instance, one platform might use double quotation marks where another uses square brackets, or a function might have a slightly different name. I'm working with Microsoft Sequel Server database management system, so the commands that I show you here might not translate perfectly if you try and implement them word for word on Postgress, or MySQL, or Auricle, but the concepts will be exactly the same, and that's really what I want to get across in…
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.
Contents
-
-
-
-
-
-
-
-
(Locked)
Convert the ER diagram to a database7m
-
(Locked)
Data definition queries6m 22s
-
(Locked)
Solution: Create tables with DDL commands6m 2s
-
(Locked)
Data manipulation queries4m 52s
-
(Locked)
Solution: Add data with DML commands5m 30s
-
(Locked)
Write database select queries5m 38s
-
(Locked)
Solution: Query data in a database4m 26s
-
(Locked)
Create a database view2m 44s
-
(Locked)
-
-