What Is SQL Database
This tutorial will show you how to calculate your eBay selling costs.
In this tutorial we will highlight on what is sql database and we will also see how we can fetch data from database tables.
Don't forget to check out our site http://howtech.tv/ for more free how-to videos!
http://youtube.com/ithowtovids - our feed
http://www.facebook.com/howtechtv - join us on facebook
https://plus.google.com/103440382717658277879 - our group in Google+
A database can be defined as a collection of data, having the descriptions of the activities of organization. Normally, every computer user faces the use of database nowadays, but it may be used unknowingly in most of the cases.
Step 1-Very Basic Introduction of Database
A SQL Database is basically a collection of data, having some entities, their relationships and their description.
Step 2- Entities Defined
Entities are basically the real world object that can be distinguished from other objects, For example, entities in a university database may contain:
•students,
•faculty,
•courses,
•and classrooms
Step3-Database Relationships Explained
SQL databases contain the relationships among the entities.
Thus, the relationship in the same university database assumed previously may be:
•the student's enrollment in courses,
•faculty teaching the courses,
Step 4- Database Table Structure
In SQL databases, the data is stored in tables which have columns and rows.
Columns of the table contain the description of the entities such as Id, Name etc. and the Rows of the table contain the data for those entities.
An SQL database can contain more than one table at the same time, with each table identified with a name.
Step 5-Simple Query Structure
Queries are used in SQL to tabulate, display and change the data stored in these tables.
For example, if we want to display the data stored in the table, we can use the SELECT keyword followed by the table name.
This whole query over here can be identified as an SQL statement and fetches all the records from the employee table.
Select * from EMP;
Where, Select is a keyword of SQL, asterisk(*) sign is used to specify the criterion of the filter to be used to fetch data. Next, "from" is another keyword used to specify the location, or the table from where to fetch the data from, which in this case is a table named EMP.
When we will execute the above query, all of the data of EMP table will be displayed on the screen.
Alt" Viewing Table Data"
And this is all about what is sql database actually.
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «What Is SQL Database», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.