<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://script.spoken-tutorial.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=RDBMS-PostgreSQL%2FC2%2FTable-with-primary-keys%2FEnglish-timed</id>
		<title>RDBMS-PostgreSQL/C2/Table-with-primary-keys/English-timed - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=RDBMS-PostgreSQL%2FC2%2FTable-with-primary-keys%2FEnglish-timed"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=RDBMS-PostgreSQL/C2/Table-with-primary-keys/English-timed&amp;action=history"/>
		<updated>2026-04-17T13:35:05Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.17</generator>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php?title=RDBMS-PostgreSQL/C2/Table-with-primary-keys/English-timed&amp;diff=45692&amp;oldid=prev</id>
		<title>Sandhya.np14 at 07:19, 5 February 2019</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=RDBMS-PostgreSQL/C2/Table-with-primary-keys/English-timed&amp;diff=45692&amp;oldid=prev"/>
				<updated>2019-02-05T07:19:19Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;a href=&quot;https://script.spoken-tutorial.org/index.php?title=RDBMS-PostgreSQL/C2/Table-with-primary-keys/English-timed&amp;amp;diff=45692&amp;amp;oldid=45656&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>Sandhya.np14</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php?title=RDBMS-PostgreSQL/C2/Table-with-primary-keys/English-timed&amp;diff=45656&amp;oldid=prev</id>
		<title>PoojaMoolya: Created page with &quot; {| border=1 | '''Time'''  | '''Narration'''   |-  |00:01 |Welcome to the''' Spoken Tutorial''' on''' Table with primary keys'''   |-  |00:06 |In this tutorial we will learn t...&quot;</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=RDBMS-PostgreSQL/C2/Table-with-primary-keys/English-timed&amp;diff=45656&amp;oldid=prev"/>
				<updated>2019-01-30T11:00:54Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; {| border=1 | &amp;#039;&amp;#039;&amp;#039;Time&amp;#039;&amp;#039;&amp;#039;  | &amp;#039;&amp;#039;&amp;#039;Narration&amp;#039;&amp;#039;&amp;#039;   |-  |00:01 |Welcome to the&amp;#039;&amp;#039;&amp;#039; Spoken Tutorial&amp;#039;&amp;#039;&amp;#039; on&amp;#039;&amp;#039;&amp;#039; Table with primary keys&amp;#039;&amp;#039;&amp;#039;   |-  |00:06 |In this tutorial we will learn t...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
{| border=1&lt;br /&gt;
| '''Time''' &lt;br /&gt;
| '''Narration''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|00:01&lt;br /&gt;
|Welcome to the''' Spoken Tutorial''' on''' Table with primary keys''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|00:06&lt;br /&gt;
|In this tutorial we will learn to &lt;br /&gt;
&lt;br /&gt;
Insert data &lt;br /&gt;
&lt;br /&gt;
Retrieve data &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|00:13&lt;br /&gt;
| '''Data Redundancy''' &lt;br /&gt;
&lt;br /&gt;
Importance of '''primary keys '''and Create a '''table '''with '''primary keys''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|00:21&lt;br /&gt;
|To record this tutorial, I am using &lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux 14.04''' operating system &lt;br /&gt;
&lt;br /&gt;
'''PostgreSQL 9.3.x '''and &lt;br /&gt;
&lt;br /&gt;
'''pgAdmin 1.18''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 00:36&lt;br /&gt;
|To follow this tutorial, you should have Good understanding of basic computer concepts and &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|00:43&lt;br /&gt;
| Working knowledge of any programming language. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|00:48&lt;br /&gt;
|Let us open '''pgAdmin'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|00:51&lt;br /&gt;
|Ensure that you have connected to the '''localhost''' '''server.''' &lt;br /&gt;
&lt;br /&gt;
Select the ''''Sampledb'''' '''database'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|00:59&lt;br /&gt;
|Click on the '''students table'''  and then click on '''Columns''' node. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|01:06&lt;br /&gt;
|We can see the '''students table''' with 5 columns which we created earlier. &lt;br /&gt;
&lt;br /&gt;
The structure of the '''table''' is ready. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 01:15&lt;br /&gt;
|Let us learn how to insert some data into this '''table'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|01:20&lt;br /&gt;
|Right-click on the '''students table'''. &lt;br /&gt;
&lt;br /&gt;
From the drop-down menu, select '''Scripts '''and''' '''then select '''INSERT script.''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|01:29&lt;br /&gt;
|The '''SQL Editor''' window opens up with the basic syntax for an '''Insert statement.''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|01:36&lt;br /&gt;
|'''Insert statement''' inserts one or more rows into a '''table'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|01:42&lt;br /&gt;
|The values to be inserted must match the order of the columns and the '''datatype''' of each column. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|01:50&lt;br /&gt;
|That is - column 1 takes the value 1 and column 2 takes the value 2 and so on. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|01:58&lt;br /&gt;
|Type the values as shown. &lt;br /&gt;
&lt;br /&gt;
Here I have entered a single row of data for the student ''''Ram''''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|02:06&lt;br /&gt;
|The order of the column name should match the values. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|02:10&lt;br /&gt;
|Note that '''character data type''' values are always enclosed in quotes. &lt;br /&gt;
&lt;br /&gt;
And '''numeric data type''' values are not enclosed within quotes. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 02:21&lt;br /&gt;
|Next we will execute the '''insert statement.''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|02:25&lt;br /&gt;
|Click on the triangle icon in the toolbar to execute the query. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|02:30&lt;br /&gt;
|We can see the message ''''Query returned successfully: One row affected'.''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|02:36&lt;br /&gt;
|This indicates that one row of data is inserted into the '''students table'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 02:42&lt;br /&gt;
|I’ll insert one more record. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|02:45&lt;br /&gt;
|Execute the query. &lt;br /&gt;
&lt;br /&gt;
I have inserted 2 records now. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 02:52&lt;br /&gt;
|Let us now retrieve the data which we have inserted, from the '''table'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|02:57&lt;br /&gt;
|Click on the '''“Clear edit window”''' icon in the toolbar to clear the previous statement. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|03:03&lt;br /&gt;
|Then type, '''Select asterisk from''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|03:07&lt;br /&gt;
|Here we have to specify the '''table '''name. Press '''Ctrl''' and '''spacebar''' together. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|03:15&lt;br /&gt;
|A list of available tables appears as shown. &lt;br /&gt;
&lt;br /&gt;
Select the '''Students table. ''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|03:23&lt;br /&gt;
|Here, '''Select''' is a '''query command '''which is used to retrieve data from the '''tables'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|03:29&lt;br /&gt;
|'''Asterisk '''means all the rows from the '''table'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|03:33&lt;br /&gt;
|This statement will fetch all the values from the '''students''' '''table'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|03:38&lt;br /&gt;
|Now click on the triangle icon in the toolbar to execute the query. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|03:44&lt;br /&gt;
|We can see the output in a tabular form, in the output pane. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 03:49&lt;br /&gt;
|Next I will demonstrate how to add multiple student details at the same time. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|03:56&lt;br /&gt;
|The syntax to insert multiple rows is shown here. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|04:01&lt;br /&gt;
|We can insert multiple rows in a single '''insert statement.''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|04:06&lt;br /&gt;
|Here I have entered the information of the students ''''Ram', 'Kishore' '''and ‘'''Pooja'''’. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|04:13&lt;br /&gt;
|Let us save the script of this '''Insert statement''' for future use. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|04:18&lt;br /&gt;
|To do so, click on the '''Save file''' icon on the toolbar. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|04:23&lt;br /&gt;
|Enter the name of the file as''' insertscript hyphen student.''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|04:28&lt;br /&gt;
|Select the folder where you want to save the file. I'll select '''Desktop'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|04:35&lt;br /&gt;
|By default, the file will always be saved with '''dot sql''' extension. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|04:41&lt;br /&gt;
|Click on the '''Save''' button. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|04:44&lt;br /&gt;
|As before, click on the triangle icon in the toolbar to execute the query. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|04:50&lt;br /&gt;
|In the output pane, we can see the message '''“3 rows affected”.''' &lt;br /&gt;
&lt;br /&gt;
This indicates that three records are inserted in the '''students table.''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 05:00&lt;br /&gt;
|Once again we will retrieve the data from the '''students table.''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|05:05&lt;br /&gt;
|To do so, click on the '''Previous queries '''drop-down box. &lt;br /&gt;
&lt;br /&gt;
All the previous typed '''sql statements '''are stored here. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|05:15&lt;br /&gt;
|Click on '''“Select asterisk from students” '''from the list. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|05:20&lt;br /&gt;
|Now execute the query. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|05:23&lt;br /&gt;
|We can see there are two students with the same name ‘Ram’ but the other column values are different. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|05:31&lt;br /&gt;
|How will the institute or organization identify a particular student Ram’s details? &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 05:38&lt;br /&gt;
|Each student is unique and they need to be identified with some unique attribute. &lt;br /&gt;
&lt;br /&gt;
For example, student id will be unique for each student. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 05:49&lt;br /&gt;
|Therefore in our example student id can be the ‘primary key constraint’. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|05:55&lt;br /&gt;
|'''Primary key''' is a column or a set of columns, that uniquely identifies each row in the '''table'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|06:03&lt;br /&gt;
|Follow these rules when you define a '''primary''' '''key''' for a '''table'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|06:08&lt;br /&gt;
| A '''table''' should have only one '''primary key.''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|06:12&lt;br /&gt;
| A '''primary key''' can be a single column or a set of columns. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|06:17&lt;br /&gt;
| The combination of values in these multiple columns must be unique. &lt;br /&gt;
&lt;br /&gt;
It should not contain '''null''' values. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|06:26&lt;br /&gt;
|For example&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|06:32&lt;br /&gt;
|Here, there a duplicate row of data for the student name ‘Kishore’ &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|06:38&lt;br /&gt;
|By mistake, I have entered the student Kishore’s details twice. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|06:43&lt;br /&gt;
|First I demonstrated to insert a single record 2 times and then I inserted 3 records. &lt;br /&gt;
&lt;br /&gt;
The duplication of data is Data redundancy. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 06:55&lt;br /&gt;
|'''Data redundancy,''' that is data repetition will affect the performance of the '''database'''. &lt;br /&gt;
  &lt;br /&gt;
|- &lt;br /&gt;
|07:02&lt;br /&gt;
|More information on '''Data redundancy''' is given in the '''Additional material '''link, of this tutorial. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 07:09&lt;br /&gt;
| How can we prevent insertion of duplicate data? &lt;br /&gt;
&lt;br /&gt;
We can do so by adding a '''primary key constraint''' to a '''table'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 07:18&lt;br /&gt;
|Now I’ll show how to add a primary key. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 07:22&lt;br /&gt;
|Let’s go to the '''pgAdmin''' main screen. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|07:26&lt;br /&gt;
|Let me copy the script of '''create table statement '''and paste in the '''SQL Editor.''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|07:32&lt;br /&gt;
|This is the code which we executed to create the '''students table.''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|07:38&lt;br /&gt;
|Can we add a '''student name''' column as the '''primary''' '''key''' to identify each student? &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|07:45&lt;br /&gt;
|No, '''student name''' cannot be assigned as a '''primary key''' as there may be many students with the same name. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|07:53&lt;br /&gt;
|We have to identify a column with unique values. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|07:58&lt;br /&gt;
|So, we will add a '''student id''' column to this '''table''' to identify each student. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|08:05&lt;br /&gt;
|Type the code as shown on the screen. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|08:09&lt;br /&gt;
|I have added a new column called '''studentid,''' which will store a unique code for each student. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|08:16&lt;br /&gt;
|I have defined '''studentid''' as the '''primary key.''' &lt;br /&gt;
&lt;br /&gt;
Now let’s execute the query. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|08:24&lt;br /&gt;
|We can see an error saying “ '''relation 'students' already exists'.''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|08:30&lt;br /&gt;
|This means we tried to create a '''table''' with the same name '''students'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|08:36&lt;br /&gt;
|Two objects cannot have the same name in a '''database'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 08:41&lt;br /&gt;
|First we will drop the '''students''' table along with the data which we inserted now. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|08:47&lt;br /&gt;
|Then we will again create the '''students table '''with '''primary key constraints'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 08:53&lt;br /&gt;
|Go to the '''pgAdmin''' main screen. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 08:56&lt;br /&gt;
|Right-click on the '''students table'''. &lt;br /&gt;
&lt;br /&gt;
From the drop-down menu, select '''Delete/Drop.''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 09:03&lt;br /&gt;
|A pop-up window for '''Drop table''' appears. &lt;br /&gt;
&lt;br /&gt;
Click on the '''Yes''' button. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 09:10&lt;br /&gt;
|This removes a '''table definition''' and all its associated data. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|09:16&lt;br /&gt;
|The syntax to drop a '''table''' is '''DROP TABLE tablename'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|09:21&lt;br /&gt;
|We can also type the statement in the '''SQL Editor '''and execute the query. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 09:27&lt;br /&gt;
|Switch to the '''SQL Editor''' window. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 09:30&lt;br /&gt;
|Now let us create the '''students table''' with '''student id '''as '''primary key.''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|09:36&lt;br /&gt;
|Execute the query. &lt;br /&gt;
&lt;br /&gt;
Now the '''students''' table is successfully created. &lt;br /&gt;
&lt;br /&gt;
But the '''table''' is empty without any data. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|09:47&lt;br /&gt;
|I'll insert the data from the '''insertscript hyphen student.sql''' file which we saved earlier. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|09:54&lt;br /&gt;
|Click '''“Open file”''' icon in the toolbar and select the '''insertscript hyphen student''' file. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|10:01&lt;br /&gt;
|The file is opened in the '''SQL editor''' window. &lt;br /&gt;
&lt;br /&gt;
I’ll add the '''studentid '''column as shown. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|10:10&lt;br /&gt;
|Next I’ll pass a unique id for each student. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|10:15&lt;br /&gt;
|I’ll add another record for student '''Ram''' with unique student id as shown. &lt;br /&gt;
&lt;br /&gt;
Note there is no duplicate row of data. &lt;br /&gt;
&lt;br /&gt;
Now execute the query. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|10:29&lt;br /&gt;
|We can see that four records have been successfully inserted. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 10:34&lt;br /&gt;
|What will happen if we try to insert the same set of data into the '''students table '''again? &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 10:41&lt;br /&gt;
|Let us try that. Execute the '''insert statement''' one more time. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|10:47&lt;br /&gt;
|We can see the error message '''“duplicate key value violates unique constraint”''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 10:54&lt;br /&gt;
|It shows an error which indicates the duplication of data. &lt;br /&gt;
 &lt;br /&gt;
Hence the '''primary key '''helps to avoid the data redundancy in a '''table'''. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 11:05&lt;br /&gt;
|Next, let us retrieve the inserted data. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|11:09&lt;br /&gt;
|We can see there is no duplication of data. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|11:13&lt;br /&gt;
|With this we come to the end of this tutorial. Let us summarize. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|11:19&lt;br /&gt;
|In this tutorial, we have learnt about &lt;br /&gt;
&lt;br /&gt;
Inserting data &lt;br /&gt;
&lt;br /&gt;
Retrieving data &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|11:25&lt;br /&gt;
| '''Data Redundancy''' &lt;br /&gt;
&lt;br /&gt;
Importance of '''Primary keys''' &lt;br /&gt;
&lt;br /&gt;
Creating '''table''' with '''primary keys''' &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|11:32&lt;br /&gt;
|As an Assignment, Drop the '''Emp table''' which was created in an earlier assignment in this series. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|11:39&lt;br /&gt;
| Create the '''Emp table''' with '''empno''' as '''primary key.''' &lt;br /&gt;
&lt;br /&gt;
Keep the other '''columns''' the same. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|11:47&lt;br /&gt;
| Insert few records into the '''Emp table.''' &lt;br /&gt;
&lt;br /&gt;
Retrieve the data and see the output. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|11:55&lt;br /&gt;
|The video at the following link summarises the Spoken Tutorial project. &lt;br /&gt;
&lt;br /&gt;
Please download and watch it. &lt;br /&gt;
 &lt;br /&gt;
|- &lt;br /&gt;
|12:03&lt;br /&gt;
|The''' Spoken Tutorial Project''' Team &lt;br /&gt;
&lt;br /&gt;
conducts workshops and  gives certificates &lt;br /&gt;
&lt;br /&gt;
For more details, please write to us. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|12:12&lt;br /&gt;
|Please post your timed queries in this forum. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
|12:16&lt;br /&gt;
|Spoken Tutorial project is funded by NMEICT, MHRD, Government of India. &lt;br /&gt;
&lt;br /&gt;
More information on this mission is available at this link. &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 12:29&lt;br /&gt;
|This is Nirmala Venkat from IIT Bombay, signing off. Thanks for watching. &lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>PoojaMoolya</name></author>	</entry>

	</feed>