К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
SQL Querying: Fundamentals · LearnSpace
Назад в каталог
courseraIT и технологии

SQL Querying: Fundamentals

Курс от Logical Operations
Уровень не указан≈ 11.3 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

Organizations typically store their most critical information—the information used to manage day-to-day operations—within a database. The ability to retrieve and analyze this information is essential to the functioning of the organization. Structured Query Language (SQL) is the primary language used to accomplish such tasks. Essentially, SQL is the language you use to interact with a database. The ability to write SQL is an essential job skill for those who need to manage large volumes of data, produce reports, mine data, or combine data from multiple sources. Even if someone else on your team creates reports for you, having a fundamental understanding of SQL querying will help you ask the right questions and know what you're looking for in your data analysis tools. This course, SQL Querying: Fundamentals, will teach you to use SQL as a tool to retrieve the information you need from databases. This course is intended for individuals with basic computer skills, familiar with concepts related to database structure and terminology, who want to use SQL to query databases. In this course, you will: connect to the SQL Server database and execute a simple query, include a search condition in a simple query, use various functions to perform calculations on data, organize the data obtained from a query before it is displayed onscreen, retrieve data from multiple tables, and export the results of a query. This course requires that you have Microsoft SQL Server Express and Microsoft SQL Server Management Studio (SSMS) installed on a Windows PC. The course setup instructions provided in the first module of the course go into more detail about the hardware and software requirements.

Навыки, которые вы освоите

SQLData AccessData Import/ExportDatabase ManagementExtensible Markup Language (XML)Database SoftwareQuery LanguagesData PresentationRelational DatabasesCode ReusabilityMicrosoft SQL ServersData SharingData ManipulationData ManagementDatabase DesignData ProcessingPivot Tables And ChartsData TransformationDatabases

Программа курса

7 модулей · 93 учебных материалов

01Executing a Simple Query20 материалов
Data Files and Setup for This CoursePLUGINAbout This CoursePLUGINLesson IntroductionPLUGINTopic 1A: Connect to the SQL DatabasePLUGIN

Учитесь у экспертов

Bill Rosenthal

Преподаватель курса

SQL Querying: Fundamentals
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 11.3 ч

7 модулей

Язык: Английский

Часть программы вашего университета
1A-1: ReadingPLUGIN
1A-2: ActivityPLUGIN
Topic 1B: Query a DatabasePLUGIN
1B-1: ReadingPLUGIN
1B-2: GuidelinesPLUGIN
1B-3: ReadingPLUGIN
1B-4: ActivityPLUGIN
Topic 1C: Save a QueryPLUGIN
1C-1: ReadingPLUGIN
1C-2: ActivityPLUGIN
Topic 1D: Modify and Execute a Saved QueryPLUGIN
1D-1: ReadingPLUGIN
1D-2: ActivityPLUGIN
1D-3: ActivityPLUGIN
Mastery Builder: Executing a Simple QueryPLUGIN
Lesson SummaryPLUGIN
02Performing a Conditional Search14 материалов
Lesson IntroductionPLUGINTopic 2A: Search Using One or More ConditionsPLUGIN2A-1: ReadingPLUGIN2A-2: ActivityPLUGIN2A-3: ActivityPLUGIN2A-4: ActivityPLUGINTopic 2B: Search for a Range of Values and NULL ValuesPLUGIN2B-1: ReadingPLUGIN2B-2: ActivityPLUGINTopic 2C: Search Data Based on String PatternsPLUGIN2C-1: ReadingPLUGIN2C-2: ActivityPLUGINMastery Builder: Performing a Conditional SearchPLUGINLesson SummaryPLUGIN
03Working with Functions12 материалов
Lesson IntroductionPLUGINTopic 3A: Perform Date CalculationsPLUGIN3A-1: ReadingPLUGIN3A-2: ActivityPLUGINTopic 3B: Calculate Data Using Aggregate FunctionsPLUGIN3B-1: ReadingPLUGIN3B-2: ActivityPLUGINTopic 3C: Manipulate String ValuesPLUGIN3C-1: ReadingPLUGIN3C-2: ActivityPLUGINMastery Builder: Working with FunctionsPLUGINLesson SummaryPLUGIN
04Organizing Data21 материалов
Lesson IntroductionPLUGINTopic 4A: Sort DataPLUGIN4A-1: ReadingPLUGIN4A-2: ActivityPLUGINTopic 4B: Rank DataPLUGIN4B-1: ReadingPLUGIN4B-2: ActivityPLUGINTopic 4C: Group DataPLUGIN4C-1: ReadingPLUGIN4C-2: ActivityPLUGINTopic 4D: Filter Grouped DataPLUGIN4D-1: ReadingPLUGIN4D-2: ActivityPLUGINTopic 4E: Summarize Grouped DataPLUGIN4E-1: ReadingPLUGIN4E-2: ActivityPLUGINTopic 4F: Use PIVOT and UNPIVOT OperatorsPLUGIN4F-1: ReadingPLUGIN4F-2: ActivityPLUGINMastery Builder: Organizing DataPLUGINLesson SummaryPLUGIN
05Retrieving Data from Multiple Tables14 материалов
Lesson IntroductionPLUGINTopic 5A: Combine the Results of Two QueriesPLUGIN5A-1: ReadingPLUGIN5A-2: ActivityPLUGINTopic 5B: Compare the Results of Two QueriesPLUGIN5B-1: ReadingPLUGIN5B-2: ActivityPLUGINTopic 5C: Retrieve Data by Joining TablesPLUGIN5C-1: ReadingPLUGIN5C-2: ActivityPLUGIN5C-3: ActivityPLUGIN5C-4: ActivityPLUGINMastery Builder: Retrieving Data from Multiple TablesPLUGINLesson SummaryPLUGIN
06Exporting Query Results9 материалов
Lesson IntroductionPLUGINTopic 6A: Save Query Results as a Text FilePLUGIN6A-1: ReadingPLUGIN6A-2: ActivityPLUGINTopic 6B: Save Query Results as an XML FilePLUGIN6B-1: ReadingPLUGIN6B-2: ActivityPLUGINMastery Builder: Exporting Query ResultsPLUGINLesson SummaryPLUGIN
07Completing the Course3 материалов
Course SummaryPLUGINAppendix: The Pub1 DatabasePLUGINCourse AssessmentЗадание