Articles

Create Table using Create Query . . . . .

In SQL, you use the CREATE TABLE statement to make a new table in a database. This statement defines the table's name and the names and types of its c . . . . .

Read More

Create Table With Foreign Key . . . . .

A foreign key is a column or a set of columns in a table that establishes a relationship with the primary key or a unique key of another table. It act . . . . .

Read More

Delete Operation In SQL . . . . .

In SQL, the DELETE statement is used to remove one or more records from a table. The basic syntax for the DELETE statement is as follows: DELETE FROM . . . . .

Read More

Hacker Rank basic skill Student Advisor Solution . . . . .

QN. A university has started a student-advisor plan which assigns a professor as an advisor to each student for academic guidance. Write a query to f . . . . .

Read More

Hacker Rank Basic Skill Student Analysis Problem Soluti . . . . .

Qn. A school recently conducted its annual examination and wishes to know the list of academically low performing students to organize extra classes . . . . .

Read More

Hacker Rank Crypto Market Transaction Monitoring Proble . . . . .

--As part of a cryptocurrency trade monitoring platform, create a query to return a list of suspicious transactions. Suspicious transactions are defi . . . . .

Read More