1
00:00:00,270 --> 00:00:05,670
In this video, we are going to perform Queer Operation on Dynamic TV table.

2
00:00:05,880 --> 00:00:13,500
For that purpose, please open the documentation and go to the Creative Command and see the example

3
00:00:13,500 --> 00:00:14,900
usage of the query command.

4
00:00:14,910 --> 00:00:21,060
We will use the command to perform this operation and we can see the input values in this object, which

5
00:00:21,060 --> 00:00:22,380
is the creative command input.

6
00:00:22,410 --> 00:00:28,020
If you scroll down, you can see lots of properties that we can provide and this is similar with the

7
00:00:28,020 --> 00:00:34,800
update and creating any item you can see the table name, key conditions, expression, attribute names

8
00:00:34,800 --> 00:00:35,610
and the values.

9
00:00:35,640 --> 00:00:40,190
So to implement this, please open the Visual Studio code and create a query table.

10
00:00:40,200 --> 00:00:45,630
JS And if you come here you can see that the method part is exactly the same.

11
00:00:45,640 --> 00:00:49,230
We only send the query command and see the import in here.

12
00:00:49,260 --> 00:00:51,540
The differentiate part is the parameters.

13
00:00:51,540 --> 00:00:52,770
You can see the parameters.

14
00:00:52,770 --> 00:00:55,290
This is very basic implementation of query command.

15
00:00:55,290 --> 00:01:02,910
We provide the table name and key condition expression, which is our partition key ID assign the this

16
00:01:03,270 --> 00:01:09,570
parameter and use this parameter in the expression attribute values are providing the number one and

17
00:01:09,570 --> 00:01:13,800
we would like to get back to product name in this query operation.

18
00:01:13,800 --> 00:01:18,540
In order to run this query operation, please save this file and run, not command.

19
00:01:19,510 --> 00:01:26,360
Not creditable hit until and as you can see that we have successfully get response from the Kuwait operations.

20
00:01:26,380 --> 00:01:29,560
In the next video, we will develop our scan operations.
