Deck 3: Creating Tables

ملء الشاشة (f)
exit full mode
سؤال
Table names cannot contain spaces.​
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
SQL was developed as the data manipulation language for IBM's prototype relational model DBMS,System R.​
سؤال
In SQL,you cannot enter an apostrophe into a column whose type is character (CHAR).
سؤال
In Oracle,the data type STRING(n)stores a character string n characters long.​
سؤال
The data type DECIMAL(5,2)represents a number with three places to the left and two places to the right of the decimal.​
سؤال
Unlike Oracle,Access does not support the DECIMAL data type.​
سؤال
Microsoft SQL Server is a DBMS designed for use in client-server applications.​
سؤال
When you enter a new row into a table or modify an existing row,the values for one or more columns can be unknown or unavailable.​
سؤال
In general,SQL is case-sensitive.​
سؤال
Dropping a table also deletes any data that you entered into the table.​
سؤال
When adding rows to character columns,make sure you enclose the values in single quotation marks.​
سؤال
In Access,it is common to create a table using SQL.​
سؤال
To create a table,type the command DESCRIBE TABLE followed by the name of the table to be created and then by the names and data types of the columns that will comprise the table.​
سؤال
To enter a null value into a table,you use a special format of the NULL command.​
سؤال
In SQL,there are special rules that specify that a particular word must begin in a particular position on the line.​
سؤال
The data type indicates the type of data that a column can contain.​
سؤال
To move back one or more pages in Oracle Database 11g Express,click the pages icon in the task bar.​
سؤال
In Oracle,the date,November 12,2015 would be stored as '12-NOV-2015'.​
سؤال
To run SQL commands in Access,you must first create a new query.​
سؤال
This text uses Oracle Database 11g Express Edition as the DBMS in which to create and run SQL commands.​
سؤال
If your screen displays the SQL Scripts page,the Home>SQL Workshop>SQL Scripts reference near the top of the SQL Scripts page is called a ____.​

A)command sequence
B)​page sequence
C)breadcrumb
D)​page trail
سؤال
To list all the columns in a table,use the LIST COLUMNS command.​
سؤال
To delete an entire table,use the ____ command and then re-create the table.​

A)REMOVE TABLE
B)​DELETE TABLE
C)ERASE TABLE
D)​DROP TABLE
سؤال
To view data in a table,use the VIEW command.​
سؤال
In Oracle,dates have the format ____.​

A)DD-MON-YY
B)​MON-DD-YY
C)YYYY-MON-DD
D)​DD-MON-YYYY
سؤال
You indicate the end of a command by typing a ____.​

A)column
B)​comma
C)semicolon
D)​period
سؤال
In Access,use the Documenter tool to describe the tables in a database.​
سؤال
To change a value in a table,use the CHANGE command.​
سؤال
Access does not use script files.
سؤال
The Oracle Database 11 g Express edition allows you to save a command so you can use it again without retyping it.​
سؤال
Which of the following is a valid name for a table?​

A)TBL_1
B)​2_TBL
C)TBL 3
D)​4 tbl
سؤال
Oracle stores script files is a special location called Saved Commands.​
سؤال
If you added a row that should not be in a table,use a REMOVE command to remove it.​
سؤال
In Access,dates are enclosed in number signs and are entered using the format ____.​

A)DD/MM/YY
B)​MM/DD/YYYY
C)YYYY/MON/DD
D)​DD/MON/YYYY
سؤال
SQL was developed in the mid-____.​

A)1960s
B)​1970s
C)1980s
D)​1990s
سؤال
The ____ data type is used to store integers.​

A)INTEGER
B)​NUMERAL
C)NUMBER
D)​INT
سؤال
The DESCRIBE TABLE command defines a table's structure by listing its columns,data types,and column lengths.​
سؤال
What is the original name of SQL?​

A)SEQUEL
B)​MYSEQUEL
C)DBase
D)​MySQL
سؤال
In SQL,table names cannot exceed ____ characters.​

A)12
B)​14
C)24
D)​30
سؤال
In SQL Server,execute the sp_columns command to list all the columns in a table.
سؤال
Use the ____ data type for columns that contain letters and special characters and for columns containing numbers that will not be used in calculations.​

A)CHAR
B)​CHARACTER
C)TEXT
D)​STRING
سؤال
A ____ file is a text file with a .sql extension that contains SQL commands.​

A)command
B)​batch
C)sequel
D)​script
سؤال
SQL is Structured ____________________ Language.​
سؤال
The correct data type for the BALANCE column in the CUSTOMER table is ____.​

A)CHAR
B)​INT
C)SMALLINT
D)​DECIMAL
سؤال
The data type DECIMAL(5,2)represents a number with ____________________ places to the left and two places to the right of the decimal.​
سؤال
In Oracle 11g Express,you enter and run commands using the SQL ____________________ tool.​
سؤال
You can delete the entire table using the ____________________ TABLE command.​
سؤال
In Oracle 11g Express,you enter a command in the SQL editor pane and then click the ____________________ button to execute the command.​
سؤال
The ____ command defines a table's structure by listing its columns,data types,and column lengths.​

A)NEW TABLE
B)​DEFINE TABLE
C)CREATE TABLE
D)​ADD TABLE
سؤال
Access does not support the ____ data type.​

A)DECIMAL
B)​CURRENCY
C)INT
D)​NUMBER
سؤال
You can use the ____________________ data type to store date data.​
سؤال
When a script file contains more than one command,each command must end with a(n)____.​

A)apostrophe
B)​semicolon
C)period
D)​colon
سؤال
For any column whose data type is CHAR,values must be enclosed in ____.​

A)double quotation marks
B)​parentheses
C)single quotation marks
D)​square brackets
سؤال
In this text,SQL commands are illustrated using ____________________.​
سؤال
The ____ data type stores only the actual character string.​

A)CHAR
B)​VARCHAR
C)TEXT
D)​STRING
سؤال
To display all the rows and columns in a table,type the word SELECT,followed by a(n)____,followed by the word FROM and then the name of the table containing the data you want to view.​

A)single quote
B)​asterisk
C)double quote
D)​slash
سؤال
You use the ____________________ command to describe the layout of a table.​
سؤال
In Oracle 11 g Express,the results of a SQL command appear in the ____________________ pane.​
سؤال
Which of the following commands changes the value in a column?​

A)UPDATE
B)​CHANGE
C)REPLACE
D)​ADD
سؤال
The ____________________ data type stores integers but uses less space than the INT data type.​
سؤال
You must enclose values in ____________________ quotation marks for any column whose type is character (CHAR),even when the data contains numbers.​
سؤال
What are the common restrictions placed on table and column names?​
سؤال
In Oracle,use the ____________________ command to list all columns in a table and their properties.​
سؤال
A file containing SQL commands is called a(n)____________________ file.​
سؤال
How can you correct errors in data?​
سؤال
Why does the POSTAL_CODE column in the REP table have a data type of CHAR,if a postal code is made up of numbers?​
سؤال
In Oracle,what is the script repository?​
سؤال
The ____________________ command adds rows to a table.​
سؤال
To indicate columns that cannot contain null values,use the ____________________ clause in a CREATE TABLE statement.​
سؤال
You can use the ____________________ command to update a value in a table.​
سؤال
You can use a special value to represent situations in which an actual value is unknown,unavailable,or not applicable.This special value is called a(n)____________________ data value.​
سؤال
If you need to delete a row from a table,you can use the ____________________ command.​
سؤال
Should a user be allowed to enter null values for the primary key?​
سؤال
To view the data in a table,you use the ____________________ command.​
سؤال
In Access,use the ____________________ tool to describe the tables and other objects in a database.​
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/75
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 3: Creating Tables
1
Table names cannot contain spaces.​
True
2
SQL was developed as the data manipulation language for IBM's prototype relational model DBMS,System R.​
True
3
In SQL,you cannot enter an apostrophe into a column whose type is character (CHAR).
False
4
In Oracle,the data type STRING(n)stores a character string n characters long.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
5
The data type DECIMAL(5,2)represents a number with three places to the left and two places to the right of the decimal.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
6
Unlike Oracle,Access does not support the DECIMAL data type.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
7
Microsoft SQL Server is a DBMS designed for use in client-server applications.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
8
When you enter a new row into a table or modify an existing row,the values for one or more columns can be unknown or unavailable.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
9
In general,SQL is case-sensitive.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
10
Dropping a table also deletes any data that you entered into the table.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
11
When adding rows to character columns,make sure you enclose the values in single quotation marks.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
12
In Access,it is common to create a table using SQL.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
13
To create a table,type the command DESCRIBE TABLE followed by the name of the table to be created and then by the names and data types of the columns that will comprise the table.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
14
To enter a null value into a table,you use a special format of the NULL command.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
15
In SQL,there are special rules that specify that a particular word must begin in a particular position on the line.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
16
The data type indicates the type of data that a column can contain.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
17
To move back one or more pages in Oracle Database 11g Express,click the pages icon in the task bar.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
18
In Oracle,the date,November 12,2015 would be stored as '12-NOV-2015'.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
19
To run SQL commands in Access,you must first create a new query.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
20
This text uses Oracle Database 11g Express Edition as the DBMS in which to create and run SQL commands.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
21
If your screen displays the SQL Scripts page,the Home>SQL Workshop>SQL Scripts reference near the top of the SQL Scripts page is called a ____.​

A)command sequence
B)​page sequence
C)breadcrumb
D)​page trail
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
22
To list all the columns in a table,use the LIST COLUMNS command.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
23
To delete an entire table,use the ____ command and then re-create the table.​

A)REMOVE TABLE
B)​DELETE TABLE
C)ERASE TABLE
D)​DROP TABLE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
24
To view data in a table,use the VIEW command.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
25
In Oracle,dates have the format ____.​

A)DD-MON-YY
B)​MON-DD-YY
C)YYYY-MON-DD
D)​DD-MON-YYYY
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
26
You indicate the end of a command by typing a ____.​

A)column
B)​comma
C)semicolon
D)​period
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
27
In Access,use the Documenter tool to describe the tables in a database.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
28
To change a value in a table,use the CHANGE command.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
29
Access does not use script files.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
30
The Oracle Database 11 g Express edition allows you to save a command so you can use it again without retyping it.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
31
Which of the following is a valid name for a table?​

A)TBL_1
B)​2_TBL
C)TBL 3
D)​4 tbl
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
32
Oracle stores script files is a special location called Saved Commands.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
33
If you added a row that should not be in a table,use a REMOVE command to remove it.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
34
In Access,dates are enclosed in number signs and are entered using the format ____.​

A)DD/MM/YY
B)​MM/DD/YYYY
C)YYYY/MON/DD
D)​DD/MON/YYYY
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
35
SQL was developed in the mid-____.​

A)1960s
B)​1970s
C)1980s
D)​1990s
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
36
The ____ data type is used to store integers.​

A)INTEGER
B)​NUMERAL
C)NUMBER
D)​INT
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
37
The DESCRIBE TABLE command defines a table's structure by listing its columns,data types,and column lengths.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
38
What is the original name of SQL?​

A)SEQUEL
B)​MYSEQUEL
C)DBase
D)​MySQL
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
39
In SQL,table names cannot exceed ____ characters.​

A)12
B)​14
C)24
D)​30
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
40
In SQL Server,execute the sp_columns command to list all the columns in a table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
41
Use the ____ data type for columns that contain letters and special characters and for columns containing numbers that will not be used in calculations.​

A)CHAR
B)​CHARACTER
C)TEXT
D)​STRING
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
42
A ____ file is a text file with a .sql extension that contains SQL commands.​

A)command
B)​batch
C)sequel
D)​script
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
43
SQL is Structured ____________________ Language.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
44
The correct data type for the BALANCE column in the CUSTOMER table is ____.​

A)CHAR
B)​INT
C)SMALLINT
D)​DECIMAL
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
45
The data type DECIMAL(5,2)represents a number with ____________________ places to the left and two places to the right of the decimal.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
46
In Oracle 11g Express,you enter and run commands using the SQL ____________________ tool.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
47
You can delete the entire table using the ____________________ TABLE command.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
48
In Oracle 11g Express,you enter a command in the SQL editor pane and then click the ____________________ button to execute the command.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
49
The ____ command defines a table's structure by listing its columns,data types,and column lengths.​

A)NEW TABLE
B)​DEFINE TABLE
C)CREATE TABLE
D)​ADD TABLE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
50
Access does not support the ____ data type.​

A)DECIMAL
B)​CURRENCY
C)INT
D)​NUMBER
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
51
You can use the ____________________ data type to store date data.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
52
When a script file contains more than one command,each command must end with a(n)____.​

A)apostrophe
B)​semicolon
C)period
D)​colon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
53
For any column whose data type is CHAR,values must be enclosed in ____.​

A)double quotation marks
B)​parentheses
C)single quotation marks
D)​square brackets
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
54
In this text,SQL commands are illustrated using ____________________.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
55
The ____ data type stores only the actual character string.​

A)CHAR
B)​VARCHAR
C)TEXT
D)​STRING
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
56
To display all the rows and columns in a table,type the word SELECT,followed by a(n)____,followed by the word FROM and then the name of the table containing the data you want to view.​

A)single quote
B)​asterisk
C)double quote
D)​slash
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
57
You use the ____________________ command to describe the layout of a table.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
58
In Oracle 11 g Express,the results of a SQL command appear in the ____________________ pane.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
59
Which of the following commands changes the value in a column?​

A)UPDATE
B)​CHANGE
C)REPLACE
D)​ADD
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
60
The ____________________ data type stores integers but uses less space than the INT data type.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
61
You must enclose values in ____________________ quotation marks for any column whose type is character (CHAR),even when the data contains numbers.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
62
What are the common restrictions placed on table and column names?​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
63
In Oracle,use the ____________________ command to list all columns in a table and their properties.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
64
A file containing SQL commands is called a(n)____________________ file.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
65
How can you correct errors in data?​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
66
Why does the POSTAL_CODE column in the REP table have a data type of CHAR,if a postal code is made up of numbers?​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
67
In Oracle,what is the script repository?​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
68
The ____________________ command adds rows to a table.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
69
To indicate columns that cannot contain null values,use the ____________________ clause in a CREATE TABLE statement.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
70
You can use the ____________________ command to update a value in a table.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
71
You can use a special value to represent situations in which an actual value is unknown,unavailable,or not applicable.This special value is called a(n)____________________ data value.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
72
If you need to delete a row from a table,you can use the ____________________ command.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
73
Should a user be allowed to enter null values for the primary key?​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
74
To view the data in a table,you use the ____________________ command.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
75
In Access,use the ____________________ tool to describe the tables and other objects in a database.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.