Skip to content
We are working on our new AI Platform. Contact info@kentecode.ai for more info
  • Home
  • General
  • SQL Server
  • Data Analytics
We are working on our new AI Platform. Contact info@kentecode.ai for more info
  • Home
  • General
  • SQL Server
  • Data Analytics

Category: SQL Server

TSQL tutorial 6: Performing search using Wild Card %

Posted on June 7, 2012 by Vincent Kofi Amedekah

In this lesson, l want to briefly go over how to perform search using a wild card. The symbol used for wild card is the percent sign (%). Lets see how this is used to perform searches. Assume we have a table called person that has person id, first name and last name columns. Then […]

Read More

TSQL Tutorial 5: UPDATE STATEMENT and the WHERE CLAUSE

Posted on June 5, 2012 by Vincent Kofi Amedekah

In this discussion, we’ll explore the update statement and take look at the where clause. The Update statement is used for updating values in a cell/cells of a table. It is commonly used on tables that already exist in the database , temporary tables or table variables. We’ll take look at table variables later in […]

Read More

TSQL Tutorial 4. Delete, Drop and Truncate Statements

Posted on June 5, 2012 by Vincent Kofi Amedekah

In this lesson, l’m going to explore 3 statements that might sound similar but are different in how they work. The first statement is the Delete statement. Delete is used for removing records in a table or objects. If the delete statement is issued without a Where Clause, all records in the specified table will be […]

Read More

TSQL Tutorial 3 :The select and select into statement

Posted on June 4, 2012 by Vincent Kofi Amedekah

In this lesson, we’ll explore the select statement. The select statement is used mostly for reading data from objects in the database. Let’s create a table, insert data into it and display the data using the select statement. —Creating the table CREATE TABLE student (sid int primary key, firstname varchar(50), lastname varchar (50) ) –Adding […]

Read More

  • «
  • 1
  • …
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • »
Vincent Kofi Amedekah

  • SQL Interview prep quiz 2 : Explain the difference between CTE and a subquery and give some advantages of using one over the other in OLAP vs OLTP systems
  • SQL interview prep quiz 1: Write sql code to print the letters of the English alphabet in upper case without explicitly writing the letters.
  • Predicting the future price of Bitcon using time series analysis
  • Supply Chain Big Data Analysis To Predict Late Delivery Risk Of Customer Orders
  • Differences between aggregation and composition in Python Class
  • How to use analytic functions First_value and Last_value introduced in SQL Server 2012
  • How to use SQL Server extension ROLLUP to summarize data
  • Data profiling using SQL Server Integration Services – SSIS
  • Restore database in sql server
  • Back up database in SQL Server.
  • Ping database in sql server.
  • Shrink database in sql Server.
  • Next word prediction application- Data Science Capstone
  • SQL Script to populate Date Dimension table in the Data warehouse.
  • Machine Learning predicting quality of exercise performed using smart wearable device data.
  • Comparing accuracy of prediction of Alzheimer’s diagnosis by Machine Learning Algorithms Random Forest, Boosted Trees and Linear Discriminant Analysis to a stack prediction of all the three Algorithms.
  • Brief introduction to the R package caret for Machine Learning.
  • Notes on SDLC Models
  • SQL Procedure to allow registration of only employees of your company for your site.
  • ETL Process in Data Warehouse
  1. Home
  2. Archive by Category "SQL Server"
  3. (Page 28)
©2025 All Rights Reserved. KenteCode.ai