دانلود فایل


پاورپوینت trigger در SQL Server 2008 - دانلود فایل



دانلود فایل در این پاورپوینت به trigger در SQL Server 2008 پرداخته شده است

دانلود فایل پاورپوینت trigger در SQL Server 2008





نوع فایل power point

قابل ویرایش 14 اسلاید

قسمتی از اسلایدها
Trigger ها روالهایی هستند که پس از رخ دادن یک رویداد خاص به صورت خودکار اجرا می شوند .
انواع :
DDL Trigger
هنگامی اجرا می شوند ، که رویدادی سبب ایجاد تغییر در ساختار بانک اطلاعاتی یا اشیا در بانک اطلاعاتی شود .
DML Trigger
در هنگام رخ دادن دستورات DML ،(Insert , Update , Delete) روی جداول و View ها اجرا می شوند .
After Trigger
بعد از اجرای دستورات Insert ، Update و Delete روال مربوطه اجرا مي شود .
Instead Of Trigger
به جای دستور Insert ، Update و Delete اجرا مي شود .
کاربردهای Trigger
اعمال محدودیت های جامعیتی در جایی که Constraint ها کارایی لازم را ندارند .
درج رکوردها در جدول Log
به هنگام سازی نسخه های مختلف داده
اعمال قواعد پیچیده فعالیتهای محیط کاری
اطلاع دادن به سایر برنامه هایی که تغییری در داده های جدول اتفاق افتاده است .
و ...

فهرست مطالب و اسلایدها
تعریف و انواع Trigger
انواع DML Trigger
کاربردهای Trigger
Syntax کلی Trigger
Syntax در SQL Server
جداول Inserted و deleted در SQLServer
تابع UPDATE
Trigger های بازگشتی
فعال سازی و غیر فعال کردن Trigger ها
مثال ها



پاورپوینت


trigger در SQL Server 2008


مقاله


پاورپوینت


فایل فلش


کارآموزی


گزارش تخصصی


اقدام پژوهی


درس پژوهی


جزوه


خلاصه


CREATE TRIGGER (Transact-SQL) | Microsoft Docs

10 Aug 2017 ... Triggers can be created directly from Transact-SQL statements or from methods
of assemblies that are created in the Microsoft .NET Framework common
language runtime (CLR) and uploaded to an instance of SQL Server. SQL Server
allows for creating multiple triggers for any specific statement. Important.

Xdofx sum

Difference between a stored procedures and a functions in PL/SQL. ... Building a
Data Template (SUM, AVG, MIN, MAX, COUNT) Event triggers. .... Jan 06, 2017 ·
You can use the SUMIF() worksheet function in Microsoft Excel for either of the
following situations: When you want to return a sum for a single criteria SUM() ...

Advanced SQL

SELECT CUSTOMER_T.CUSTOMER_ID, CUSTOMER_NAME, ORDER_ID.
FROM CUSTOMER_T, LEFT OUTER JOIN ORDER_T. ON CUSTOMER_T.
CUSTOMER_ID = ORDER_T.CUSTOMER_ID;. Outer Join Example (Microsoft
Syntax). LEFT OUTER JOIN syntax with ON keyword instead of WHERE causes
customer ...

Javascript text outline - Madeira NOW

I would like to show a vague text box outline (but not one is printed) so I can
roughly see the area of the text box (as with Microsoft Office). ... InDesign Edit >
Transparency Flattener Well organized and easy to understand Web building
tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP,
and XML.

PowerPoint Presentation - SQL Saturday

Sneak Preview. Evolution of Microsoft Data Platform. SQL Server. 2000. SQL
Server. 2005. SQL Server. 2008. XML ○ KPIs. Management Studio ○ Mirroring
.... No Triggers. Not all datatypes supported. No ISOLATION LEVEL SNAPSHOT.
Enterprise Edition only. ColumnStore Index. Non-clustered. SQL Server 2012+.

پاورپوینت, trigger در SQL Server 2008 – فروشگاه فایل کافی شاد

30 ژانويه 2018 ... پاورپوینت trigger در SQL Server 2008. نوع فایل power point قابل ویرایش ۱۴
اسلاید قسمتی از اسلایدها Trigger ها روالهایی هستند که پس از رخ دادن یک رویداد خاص
به صورت خودکار اجرا می شوند . انواع : DDL Trigger هنگامی اجرا می شوند ، که رویدادی
سبب ایجاد تغییر در ساختار بانک اطلاعاتی یا اشیا در بانک اطلاعاتی ...

پاورپوینت trigger در SQL Server 2008|2018 - xp3.ir

وب سایت مقاله جزوه پی دی اف، فایل شما در موردپاورپوینت, trigger در SQL Server
2008.

Database Migration for MySQL

Microsoft SQL Server to MySQL migration can be a very challenging process,
particularly if you need to convert a lot of: T/SQL Stored Procedures and
Functions; Triggers; Native SQL Statements in Applications. Assessment.
Assessment helps you define the cost and risk associated with migration: What
database objects ...

SQL Server Programming Part 15 - DML Triggers - YouTube

22 Nov 2013

CREATE TRIGGER (Transact-SQL) | Microsoft Docs

10 Aug 2017 ... Triggers can be created directly from Transact-SQL statements or from methods
of assemblies that are created in the Microsoft .NET Framework common
language runtime (CLR) and uploaded to an instance of SQL Server. SQL Server
allows for creating multiple triggers for any specific statement. Important.

SQL Server 2016 - SQL Saturday

in SQL Server 2016. Our Main Sponsors: Say Thank you to Volunteers: They
spend their FREE time to give you this event. Because they are crazy. .... 2008.
2009. 2010. 2011. 2012. 2013. 2014. SQL 2005. SQL 2008 R2. SQL 2008. SQL
2012. SQL 2014. SQL 2000. In-Memory OLTP - Motivation. CPU Clock speed ...

SQL Developer With Azure Jobs | Spring, , | Hercules Consulting Inc ...

6 hours ago ... This position is responsible for working as part of a development team focused
on delivering a multi-tiered Azure application to Axiom. EDUCATION AND/OR
EXPERIENCE: 5 years' verifiable experience as a SQL Developer. Experience
can be supplemented by the following relevant education: Microsoft ...

Differences Between SQL Server and Oracle - NoCOUG

If you're new to SQL or just new to Oracle SQL, perhaps coming from a Microsoft
SQL Server environment, it may seem like the two versions should be very similar
, and ... SQL Server. Database owner, DBO. Group/Role. Non-unique index. T-
SQL stored procedure {. Trigger. Compex rule. Column identity property. Oracle.

Advanced SQL

SELECT CUSTOMER_T.CUSTOMER_ID, CUSTOMER_NAME, ORDER_ID.
FROM CUSTOMER_T, LEFT OUTER JOIN ORDER_T. ON CUSTOMER_T.
CUSTOMER_ID = ORDER_T.CUSTOMER_ID;. Outer Join Example (Microsoft
Syntax). LEFT OUTER JOIN syntax with ON keyword instead of WHERE causes
customer ...

پاورپوینت trigger در SQL Server 2008|omid

شما هم اکنون فایل با عنوان پاورپوینت trigger در SQL Server 2008 را مشاهده منی
نمایید که پس از مطالعه آن در صورت تمایل می توانید نسبت به دریافت آن اقدام نمایید.
برای دانلود فایل بر روی دکمه زیر کلیک کنید دریافت فایل. پاورپوینت trigger در
SQL Server 2008. نوع فایل power point قابل ویرایش 14 اسلاید قسمتی از اسلایدها
...

Download Palmpilot: The Ultimate Guide, 2Nd Edition

America's most new market - only food - a trigger application. More than 14300 ...
Fictional variety period. be simulates a bottle that exists popud to a product of
Microsoft wildlife for request, anti-tumor and Theory resources. This page is n and
... Microsoft SQL server vows a scientistic Tradition website. Microsoft System ...

Trigger - SlideShare

1 Aug 2013 ... Triggers can get fired in two different MODES: 1) For/After Trigger: • It gets fired
only after the sql server completes all actions successfully on a specified table. •
Can rollback all the earlier transactions by issuing ROLLBACK • For example on
inserting a row on a table, the trigger defined on the INSERT ...

SQL Server 2014: Developing Databases - Lynda.com

12 Nov 2015 ... Learn how to develop databases with the latest version of SQL Server. Ron Davis
shows how to design tables and views, use constraints, and create and
implement indexes. He also discusses stored procedures, and using triggers to
modify data. Plus, learn about features unique to SQL Server 2014: ...

PowerPoint Presentation - SQLPerformance.com

Microsoft MVP since 1997. Author, MVP Deep Dives 1 & 2 ... All rights reserved.
http://www.SQLintersection.com. What are triggers? We'll talk about DML triggers
today. There are also DDL triggers and logon triggers. Piece of code that runs in
... Triggers aren't single row. SQL Server fires triggers *per action* not *per row*.

Contractor Sr. Microsoft Sql Server Developer/BI Developer Resume ...

The Farmington Company Contractor- Sr. Microsoft Sql Server Developer/BI
Developer | Farmington, CT | June 2016 - Current. Setting up SSIS 2014
framework for building ETL packages. Build and maintain database objects like
tables, views, indexes, triggers etc. Create ETL Packages and Set up Parameters
to call Child ...

MS SQL Server - Softsmith

MS SQL Server. Introduction. MS SQL Server is a database server; Product of
Microsoft; Enables user to write queries and other SQL statements and execute
them; Consists of several features. ... A SQL Server database has lot of objects
like. Tables; Views; Stored Procedures; Functions; Rules; Defaults; Cursors;
Triggers.

Contractor Sr. Microsoft Sql Server Developer/BI Developer Resume ...

The Farmington Company Contractor- Sr. Microsoft Sql Server Developer/BI
Developer | Farmington, CT | June 2016 - Current. Setting up SSIS 2014
framework for building ETL packages. Build and maintain database objects like
tables, views, indexes, triggers etc. Create ETL Packages and Set up Parameters
to call Child ...

Server Management Studio

There are two types of filegroups: primary and user-defined. Each database can
have a maximum of 32766 filegroups. SQL Server 2008 always contains at least
one filegroup, the primary file group. Only one filegroups is the default. A
filegroup can consist of multiple data files spread across multiple drives.
Transaction log ...

Differences Between SQL Server and Oracle - NoCOUG

If you're new to SQL or just new to Oracle SQL, perhaps coming from a Microsoft
SQL Server environment, it may seem like the two versions should be very similar
, and ... SQL Server. Database owner, DBO. Group/Role. Non-unique index. T-
SQL stored procedure {. Trigger. Compex rule. Column identity property. Oracle.

SQL Server 2014: Developing Databases - Lynda.com

12 Nov 2015 ... Learn how to develop databases with the latest version of SQL Server. Ron Davis
shows how to design tables and views, use constraints, and create and
implement indexes. He also discusses stored procedures, and using triggers to
modify data. Plus, learn about features unique to SQL Server 2014: ...

Developer Microsoft SQL Server 2008 - Mumbai - Ptex Solutions. - 1 ...

Job description (brief) : The Position: Responsibilities include , but are not limited
to: Creating functions , Stored Procedures and Triggers in Microsoft SQL Server
2008 for Product Lifecycle Management System Mandatory Skills : 1. Excellent
Knowledge in SQL Query (SQL Server 2008 / 2005) 2. Excellent Knowledge of ...

پاورپوینت, trigger در SQL Server 2008 – فروشگاه فایل کافی شاد

30 ژانويه 2018 ... پاورپوینت trigger در SQL Server 2008. نوع فایل power point قابل ویرایش ۱۴
اسلاید قسمتی از اسلایدها Trigger ها روالهایی هستند که پس از رخ دادن یک رویداد خاص
به صورت خودکار اجرا می شوند . انواع : DDL Trigger هنگامی اجرا می شوند ، که رویدادی
سبب ایجاد تغییر در ساختار بانک اطلاعاتی یا اشیا در بانک اطلاعاتی ...

PDF: پاورپوینت trigger در اس کیو ال سرور 2008 | dl8 - 20link.ir

22 مارس 2018 ... original text. داﻧﻠﻮد ﻓﺎﯾﻞ ﭘﺎورﭘﻮﯾﻨﺖ trigger در اس ﮐﯿﻮ ال ﺳﺮور 2008. ﭘﺎورﭘﻮﯾﻨﺖ trigger در اس ﮐﯿﻮ
ال ﺳﺮور 2008. ﻓﺮﻣﺖ ﻓﺎﯾﻞ: ﭘﺎورﭘﻮﯾﻨﺖ. ﺗﻌﺪاد اﺳﻼﯾﺪ: 14. ﺗﻌﺮﯾﻒ و اﻧﻮاع Trigger. Trigger ﻫﺎ رواﻟﻬﺎﯾﯽ
ﻫﺴﺘﻨﺪ ﮐﻪ ﭘﺲ از رخ دادن ﯾﮏ روﯾﺪاد ... :[24- ﭘﺮوژه دﻓﺘﺮﭼﻪ ﺗﻠﻔﻦ ﺑﺎ اﺳﺘﻔﺎده از زﺑﺎن ﺑﺮﻧﺎﻣﻪ ﻧﯿﺴﯽ ﺟﺎوا در ﻣﺤﯿﻂ
netbeans و -sql server 2005. 2008-2012 ﺳﻼم ﻧﺎم ﺑﺮﻧﺎﻣﻪ: دﻓﺘﺮﭼﻪ ﺗﻠﻔﻦ ...

PDF: پاورپوینت trigger در اس کیو ال سرور 2008 | dl8 - 20link.ir

22 مارس 2018 ... original text. داﻧﻠﻮد ﻓﺎﯾﻞ ﭘﺎورﭘﻮﯾﻨﺖ trigger در اس ﮐﯿﻮ ال ﺳﺮور 2008. ﭘﺎورﭘﻮﯾﻨﺖ trigger در اس ﮐﯿﻮ
ال ﺳﺮور 2008. ﻓﺮﻣﺖ ﻓﺎﯾﻞ: ﭘﺎورﭘﻮﯾﻨﺖ. ﺗﻌﺪاد اﺳﻼﯾﺪ: 14. ﺗﻌﺮﯾﻒ و اﻧﻮاع Trigger. Trigger ﻫﺎ رواﻟﻬﺎﯾﯽ
ﻫﺴﺘﻨﺪ ﮐﻪ ﭘﺲ از رخ دادن ﯾﮏ روﯾﺪاد ... :[24- ﭘﺮوژه دﻓﺘﺮﭼﻪ ﺗﻠﻔﻦ ﺑﺎ اﺳﺘﻔﺎده از زﺑﺎن ﺑﺮﻧﺎﻣﻪ ﻧﯿﺴﯽ ﺟﺎوا در ﻣﺤﯿﻂ
netbeans و -sql server 2005. 2008-2012 ﺳﻼم ﻧﺎم ﺑﺮﻧﺎﻣﻪ: دﻓﺘﺮﭼﻪ ﺗﻠﻔﻦ ...

آموزش کامل بانک اطلاعاتی SQL در قالب Powerpoint | سایت آموزشی ...

SQL Server چیست؟ مایکروسافت اس.کیو.ال سرور یا مایکروسافت سی‌کول سرور (به
انگلیسی: Microsoft SQL Server) یک نرم‌افزار سیستم مدیریت بانک‌های اطلاعاتی
است که توسط شرکت مایکروسافت توسعه داده می‌شود. برخی از ویژگی‌های این سیستم
مدیریت پایگاه داده‌ها به این شرح است: بانک اطلاعاتی رابطه‌ای; امکان استفاده از:
trigger, ...

Virtual Private Databases - UTC.edu

Implementing Row- and Cell-Level Security in Classified Databases Using SQL
Server 2005 http://technet.microsoft.com/en-us/library/cc966395.aspx. Database
... The above statement will automatically update field CTL_UPD_USER with
USER because of the trigger TRG_EMPLOYEES_VER1_BEFORE_INS.
Database ...

پاورپوینت trigger در SQL Server 2008|sogand_17097

به وب سایت خود خوش آمدید پاورپوینت, trigger در SQL Server 2008.

Triggers -- SQL Server - CodeProject

26 Apr 2008 ... This article gives a brief introduction about Triggers in SQL Server 2000/2005.;
Author: Sudipta Chaudhari; Updated: 26 Apr 2008; Section: Database; Chapter:
Database; Updated: 26 Apr 2008.

Ref 3722 administrador de base de datos - Parque Patricios, Capital ...

Analista programador. ANALISTA Programador SQL Server 2008 y posteriores.
Conoc de manejo y desarrollo de Stored Procedures, triggers, function. Enviar
CV y pret... Capital Federal. Publicado hace un mes ...

Developing Microsoft SQL Server Databases | Training Pluse

Introduces SQL Server 2014 and describes logical table design, indexing and
query plans. It also focusses on the creation of database objects including views,
stored procedures, along with parameters, and functions. Other common aspects
of procedure coding, such as indexes, concurrency, error handling, and triggers ...

Javascript text outline - Madeira NOW

I would like to show a vague text box outline (but not one is printed) so I can
roughly see the area of the text box (as with Microsoft Office). ... InDesign Edit >
Transparency Flattener Well organized and easy to understand Web building
tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP,
and XML.

پاورپوینت trigger در SQL Server 2008|omid

شما هم اکنون فایل با عنوان پاورپوینت trigger در SQL Server 2008 را مشاهده منی
نمایید که پس از مطالعه آن در صورت تمایل می توانید نسبت به دریافت آن اقدام نمایید.
برای دانلود فایل بر روی دکمه زیر کلیک کنید دریافت فایل. پاورپوینت trigger در
SQL Server 2008. نوع فایل power point قابل ویرایش 14 اسلاید قسمتی از اسلایدها
...

Sql server, .net and c# video tutorial: Free sql server video tutorials ...

I have managed to cover most of the sql server concepts. .... Also it would be very
kind from you if you upload video about DDL triggers! ..... what is the difference
between attachment and conversion if i attach any db from sql 2000 to 2008 then
conversion happens automatically i dont know. please give me this answer.

Triggers -- SQL Server - CodeProject

26 Apr 2008 ... This article gives a brief introduction about Triggers in SQL Server 2000/2005.;
Author: Sudipta Chaudhari; Updated: 26 Apr 2008; Section: Database; Chapter:
Database; Updated: 26 Apr 2008.

پاورپوینت trigger در SQL Server 2008 - فوری آماده

پاورپوینت trigger در SQL Server 2008 نوع فایل power point قابل ویرایش 14
اسلاید قسمتی از اسلایدهاTrigger ها روالهایی هستند که پس از رخ دادن یک رویداد خاص به
صورت خودکار اجرا می شوند .انواع :DDL Triggerهنگامی اجرا می شوند ، که رویدادی سبب
ایجاد تغییر در ساختار بانک اطلاعاتی یا اشیا در بانک اطلاعاتی شود .DML Triggerدر
...

MS SQL Server - Softsmith

MS SQL Server. Introduction. MS SQL Server is a database server; Product of
Microsoft; Enables user to write queries and other SQL statements and execute
them; Consists of several features. ... A SQL Server database has lot of objects
like. Tables; Views; Stored Procedures; Functions; Rules; Defaults; Cursors;
Triggers.

MOC 6232 - CourseDetails

This five-day instructor-led course is intended for Microsoft SQL Server database
developers who are responsible for implementing a database on SQL Server
2008 R2. In this course, students learn the skills and best practices on how to use
SQL Server 2008 R2 product features and tools related to implementing a ...

MOC 6232 - CourseDetails

This five-day instructor-led course is intended for Microsoft SQL Server database
developers who are responsible for implementing a database on SQL Server
2008 R2. In this course, students learn the skills and best practices on how to use
SQL Server 2008 R2 product features and tools related to implementing a ...

Ireland-6232 Implementing a Microsoft SQL Server 2008 R2 Database

This course is intended for Microsoft SQL Server database developers who are
responsible for implementing a database on SQL Server 2008 R2. In this course,
students ... via Triggers. Designing DML Triggers Implementing DML Triggers
Advanced Trigger Concepts Lab : Responding to Data Manipulation via Triggers
...

Advanced SQL

SELECT CUSTOMER_T.CUSTOMER_ID, CUSTOMER_NAME, ORDER_ID.
FROM CUSTOMER_T, LEFT OUTER JOIN ORDER_T. ON CUSTOMER_T.
CUSTOMER_ID = ORDER_T.CUSTOMER_ID;. Outer Join Example (Microsoft
Syntax). LEFT OUTER JOIN syntax with ON keyword instead of WHERE causes
customer ...

Download Electronic Structure Modeling - ETAS&S

Microsoft Office( using Office 365) is a English-Language site learning Word,
Excel and PowerPoint. Sarracenia: the Windows hour eventually has Access,
Publisher and OneNote). meets plan resenhar Chapters to contact pages.
Microsoft SQL pilgrimage Covers a regulatory byP paper. Microsoft System
Center 2012 has ...

SQL Server 2016 - SQL Saturday

in SQL Server 2016. Our Main Sponsors: Say Thank you to Volunteers: They
spend their FREE time to give you this event. Because they are crazy. .... 2008.
2009. 2010. 2011. 2012. 2013. 2014. SQL 2005. SQL 2008 R2. SQL 2008. SQL
2012. SQL 2014. SQL 2000. In-Memory OLTP - Motivation. CPU Clock speed ...

Developing Microsoft SQL Server Databases | Training Pluse

Introduces SQL Server 2014 and describes logical table design, indexing and
query plans. It also focusses on the creation of database objects including views,
stored procedures, along with parameters, and functions. Other common aspects
of procedure coding, such as indexes, concurrency, error handling, and triggers ...

PDF: پاورپوینت trigger در اس کیو ال سرور 2008 | dl8 - 20link.ir

22 مارس 2018 ... original text. داﻧﻠﻮد ﻓﺎﯾﻞ ﭘﺎورﭘﻮﯾﻨﺖ trigger در اس ﮐﯿﻮ ال ﺳﺮور 2008. ﭘﺎورﭘﻮﯾﻨﺖ trigger در اس ﮐﯿﻮ
ال ﺳﺮور 2008. ﻓﺮﻣﺖ ﻓﺎﯾﻞ: ﭘﺎورﭘﻮﯾﻨﺖ. ﺗﻌﺪاد اﺳﻼﯾﺪ: 14. ﺗﻌﺮﯾﻒ و اﻧﻮاع Trigger. Trigger ﻫﺎ رواﻟﻬﺎﯾﯽ
ﻫﺴﺘﻨﺪ ﮐﻪ ﭘﺲ از رخ دادن ﯾﮏ روﯾﺪاد ... :[24- ﭘﺮوژه دﻓﺘﺮﭼﻪ ﺗﻠﻔﻦ ﺑﺎ اﺳﺘﻔﺎده از زﺑﺎن ﺑﺮﻧﺎﻣﻪ ﻧﯿﺴﯽ ﺟﺎوا در ﻣﺤﯿﻂ
netbeans و -sql server 2005. 2008-2012 ﺳﻼم ﻧﺎم ﺑﺮﻧﺎﻣﻪ: دﻓﺘﺮﭼﻪ ﺗﻠﻔﻦ ...

PowerPoint Presentation - SQL Saturday

Sneak Preview. Evolution of Microsoft Data Platform. SQL Server. 2000. SQL
Server. 2005. SQL Server. 2008. XML ○ KPIs. Management Studio ○ Mirroring
.... No Triggers. Not all datatypes supported. No ISOLATION LEVEL SNAPSHOT.
Enterprise Edition only. ColumnStore Index. Non-clustered. SQL Server 2012+.

پاورپوینت, trigger در SQL Server 2008 – فروشگاه فایل کافی شاد

30 ژانويه 2018 ... پاورپوینت trigger در SQL Server 2008. نوع فایل power point قابل ویرایش ۱۴
اسلاید قسمتی از اسلایدها Trigger ها روالهایی هستند که پس از رخ دادن یک رویداد خاص
به صورت خودکار اجرا می شوند . انواع : DDL Trigger هنگامی اجرا می شوند ، که رویدادی
سبب ایجاد تغییر در ساختار بانک اطلاعاتی یا اشیا در بانک اطلاعاتی ...

Download The Responsibility To Protect: Supplemental Volume ...

The studies are looking and their mission allows to trigger and learn server.
mounting various download The Responsibility to Protect: Supplemental Volume:
, .... 've some of the 22nd former week player intellectual in the Table Analysis
Tools for Excel page from the SQL Server 2008 Data Mining aspects for Office
release.

Powerpoint - SQLSaturday

10+ years of experience. data architect and consultant about SQLServer and
Azure SQL Database; analyst and software developer using .NET; coordinator of
resources and IT projects. Speaker about SQLServer and Azure SQL Database
technologies. CEO and co-founder thinkIT. Certificated company ISO 9001:2008
...









همسرگزینی در اندیشه دینی



دانلود نقشه اتوکد منطقه 8 شهر تهران





پاورپینت موزه داري -84 اسلاید