menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Databases

>

Top 5 SQL ...
source image

Dev

1M

read

74

img
dot

Image Credit: Dev

Top 5 SQL questions asked in interviews

  • Delete command is used to delete a particular row or a set of rows from the table which meet the conditions specified in the query.
  • Truncate command is used to delete all the rows from a table keeping the table structure intact.
  • The different subsets of SQL are DDL, DML, DCL, TCL.
  • A DBMS (Database Management System) is a software or technology used to manage data from a database.
  • Hierarchical DBMS organizes data in a tree-like structure with parent-child relationships.
  • A table is a structured collection of related data organized in rows and columns within a database.
  • A field is a single attribute or data type in a table, defining what type of information each entry (row) in the table will hold.
  • A foreign key in SQL is a column (or a set of columns) in one table that references the primary key of another table.
  • This key is used to create a link between two tables, ensuring referential integrity by making sure that the values in the foreign key column(s) match values in the primary key column(s) of the referenced table.
  • SQL questions mentioned in the article will help you to prepare for your interview

Read Full Article

like

4 Likes

For uninterrupted reading, download the app