Certification Code: SC-SQLCF
The SQL Server Certified Fundamentals(SC-SQLCF) certification validates essential skills required for working with Microsoft SQL Server at an entry level. It is ideal for aspiring database professionals who are beginning their journey in relational database management, focusing on data definition, manipulation, querying, and basic performance optimization.
CREATE DATABASE
statement.PRIMARY KEY
, FOREIGN KEY
, NOT NULL
, DEFAULT
.ALTER TABLE
.DROP TABLE
with awareness of data loss implications.CREATE
, ALTER
, DROP
) to define and modify databases, tables, columns, and indexes.CHECK
, UNIQUE
, DEFAULT
, NOT NULL
, and key-based constraints.INSERT INTO
.UPDATE
, including conditional filters via WHERE
.DELETE
.BEGIN
, COMMIT
, and ROLLBACK
to ensure data consistency and rollback capabilities.WHERE
, sorting with ORDER BY
, and limiting rows with TOP
.LEN()
, GETDATE()
, ISNULL()
, CAST()
, and CONVERT()
.INNER
, LEFT
, RIGHT
) to combine data across multiple tables.COUNT
, SUM
, AVG
, MIN
, MAX
.GROUP BY
and filtering grouped data using HAVING
.CREATE INDEX
to improve query speed and efficiency.sys.*
and INFORMATION_SCHEMA
.This certification establishes a foundational understanding of Microsoft SQL Server, ensuring candidates are equipped with the knowledge to define, manipulate, and query data efficiently within a relational database system.